1

I need to install some programs on a server where I cannot get super user privileges. Is there a flag or some way to get aptitude to install in my bin and lib folders in my home directory instead of for the whole system?

danr
  • 113

2 Answers2

1

All of these commands must be run as root or with superuser privileges

One Zero
  • 27,761
1

From my answer to how to create debian package to install files to /home/user on the Unix & Linux SE site:

The whole point of a Debian package is to install system-wide software. Think about it: if multiple users install this package to their respective /home/user/myapp area, what should show up in your package manager?

If you want to install to your home directory, use the original source (eg. tarball) distribution.

detly
  • 3,472