Tagged Questions
1
vote
1answer
291 views
Alternatives to Gentoo Prefix?
Are there any package managers that:
work without root privileges, and
install packages at a custom location (similar to ./configure --prefix), and
install stable packages (unlike Gentoo Prefix ...
1
vote
2answers
1k views
Is it possible to install Gentoo portage manager (emerge) on Ubuntu?
And vice versa?
For example install apt-get on Gentoo and connect Ubuntu's repositories.
And if it is possible how can I do it? (at least in general terms)
1
vote
1answer
287 views
How to recursively build a package and its dependencies on a Debian-based system?
Basically I want
apt-get's dependency resolving ability, and
to compile packages with customized options (such as the loader path).
Can that be done with the apt-* suite? If not, perhaps I can try ...