Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmyczko/uapt-get
user mode apt-get
https://github.com/alexmyczko/uapt-get
apt-get debian
Last synced: about 1 month ago
JSON representation
user mode apt-get
- Host: GitHub
- URL: https://github.com/alexmyczko/uapt-get
- Owner: alexmyczko
- Created: 2016-08-19T11:27:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T23:22:47.000Z (6 months ago)
- Last Synced: 2024-08-11T00:27:22.927Z (6 months ago)
- Topics: apt-get, debian
- Language: Shell
- Size: 8.79 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uapt-get
user mode `apt-get`Allow a user to install and run software without root privileges.
Don't depend on a working system `sources.list` .. yuckYou'll want to add ~/install/usr/bin/ to your `$PATH` (and maybe the bin,
sbin, usr/sbin, usr/games as well).
Don't forget to also add ~/install/usr/lib to your `$LD_LIBRARY_PATH`,
maybe also set `$MANPATH`.`/var/tmp` is a place where everyone can write and the stuff stays after
a reboot. crontab using @reboot with some process in `screen` might be
useful