-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (16 loc) · 707 Bytes
/
README
File metadata and controls
28 lines (16 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
userapt
a simple bash script that installs .deb packages as a local user, no root required (debian, ubuntu and like clones)
ala:
$ userapt-get install rtorrent
Motivation: I work on a lot of boxes with uncooperative admins, not always
for sound reasons.
extremely basic at this point; thinks to work out first:
1) instead of leaching packages.ubuntu.com for intrepid, use the underlying
apt-get to get package names, dependencies and download urls
2) dependencies
3) don't double install stuff that's already present system-wide, unless
forced
4) remove
5) automatically setting LD_LIBRARY_PATH, CLASSPATH and the like
6) some basic support for configuration files, please
7) ...