I am on a school computer (Ubuntu Lucid Lynx) and I would like to run some code that has dependencies on certain libraries. I would like to install those libraries into my user account using apt instead of having to compile them source, as I don't want to deal with dependency hell. Is this possible?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
No, you cant use apt without root or superuser access. |
|||
|
|
The next best thing you can do is to download the packages manually, then use is |
|||
|
|
|
You could be sneaky and set up a private RPM repository, but that's more trouble than it's worth and probably easier to add another system to the network, get permission, or have a virtual machine set up for you with a few additional privileges granted. Make friends with an authorized admin, being up front, and maybe they can open other doors for you. |
|||||||
|