This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Uninstall



  On Thu, 12 November 1998, Steven W Orr wrote:
> Not to sound effete, but I don't think that tar.gz packaging is intended
> to support an uninstall operation. What does make sense is some sort of
> package manager, like maybe, oh, RPM!?!

I know people that use .tar.gz packages to "simulate" a package
manager w/ make install/uninstall on systems w/o RPM.  They keep the
sources of all the packages they install in /usr/src and use `make
uninstall' to uninstall a package when a new version is released.
This is not efficient in terms of disk space, but when that is not an
issue, `make uninstall' can be pretty handy.

Tudor


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]