Dependency hell redux
Bjorn Helgaas
bjorn_helgaas@hp.com
Fri, 15 Jun 2001 08:02:32 -0600
Rob> What about a downloadable .tar.gz file which is all n Megs of
Rob> libraries and gnucash and whatnot, and the user is told to "cd ~ &&
Rob> tar -zxvf <filename>". That would create a ~/gnucash-app directory...
Using a .tar.gz file makes it easier for developers/packagers, but harder
for users. Most people are users. Wearing my "user" hat, I want my
package management experience to be seamless. Every package should
install, configure, and upgrade the same way.
Bjorn