[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to keep track of files installed from sources?



On Sat, Feb 18, 2012 at 2:53 PM, Csanyi Pal <csanyipal@gmail.com> wrote:
> Hi,
>
> I want to install GNUstep from sources on my Debian GNU/Linux SID
> sytem.
>
> How can I know where come installed files after I did run:
> ./configure && make && sudo -E make install
>
> commands?

You may want to look into the checkinstall program.  It's included in
the Debian repositories and is designed to do exactly what you're
looking for:

cbell@circe:~$ apt-cache show checkinstall
Package: checkinstall
Priority: optional
Section: admin
Installed-Size: 572
Maintainer: Felipe Sateler <fsateler@gmail.com>
Architecture: amd64
Version: 1.6.2-1
Replaces: installwatch
Depends: libc6 (>= 2.2.5), file, dpkg-dev
Recommends: make
Suggests: gettext
Conflicts: installwatch
Filename: pool/main/c/checkinstall/checkinstall_1.6.2-1_amd64.deb
Size: 132876
MD5sum: 4100477b090e8c1b8de098ac0908fb25
SHA1: 05ce71d1a441fe7a9952f552719a82c1caa8a4da
SHA256: 761274f384cf3a40ee25247d4278150f0d92e813e41a4cd05604fc219a47e923
Description: installation tracker
 CheckInstall keeps track of all the files created or
 modified by your installation script ("make install"
 "make install_modules", "setup", etc), builds a
 standard binary package and installs it in your
 system giving you the ability to uninstall it with your
 distribution's standard package management utilities.
Homepage: http://checkinstall.izto.org
Tag: admin::package-management, devel::buildtools, implemented-in::c,
implemented-in::shell, interface::commandline, role::program,
scope::utility, use::monitor, works-with::software:package

cbell@circe:~$

Good luck!

-- 
Chris


Reply to: