[Ilugc] packages management

  • From: sridharinfinity@xxxxxxxxx (Sridhar Ratna)
  • Date: Thu Mar 17 13:15:05 2005

On Wed, 16 Mar 2005 23:02:35 +0530, Joe Steeve <joe_steeve@xxxxxxx> wrote:


I usually put all the packages that I build from sources in the
/opt directory. i.e. I compile with --prefix=/opt/<prgname>. If I
want to remove a program I simply delete the subfolder from /opt/.
I'm not sure whether this is a good aproach. However, I think.,
with little effort you can construct the debs/rpms from the
sources.


checkinstall is better than this approach. Instead of "make install",
you type "checkinstall" which will generate rpm/deb and install using
that rpm/deb.  No more or no less (commands).  To remove the package,
use your distro's package management tool/

-- 
Sridhar Ratna - http://www.livejournal.com/users/seedar/

Other related posts: