GoboLinux's recipe for delicious package management (Linux.com)
Posted Feb 15, 2007 11:07 UTC (Thu) by
hein.zelle (guest, #33324)
In reply to:
GoboLinux's recipe for delicious package management (Linux.com) by mgedmin
Parent article:
GoboLinux's recipe for delicious package management (Linux.com)
I'd be interested to see if they can make that work. It's a sort-of tried method, we used it at my previous employer to install a lot of software without administrator rights, on a shared directory. For some packages it's easy to automate, but for many others manual intervention is required. You need to figure out what to link and what not (only bin/* and lib/*? or include/* as well? Or man .. or info?). Then you have to worry about exceptions, packages that only need a small subset of the files they install in actual system directories, etc. Info tends to break unless you massage it to update the right "dir" file. Etc, Etc.
Uninstalling presents a new set of interesting problems: granted, throwing away the installed files is easy, but you still need to filter out the broken links that remain.
All in all that sounds to me like you'll need an installation script for each package anyway, either built into the makefile or separate. Then I don't see too much difference with .deb or .rpm packages.
(
Log in to post comments)