Installing packages into local directory?
- by Gili
I'd like to install software packages, similar to apt-get install <foo> but:
Without sudo, and
Into a local directory
The purpose of this exercise is to isolate independent builds in my continuous integration server.
I don't mind compiling from source, if that's what it takes, but obviously I'd prefer the simplest approach possible. I…