Hi. I would like to know if there are any simple ways to find out where a package puts it files when it installs and also what files 'make install' alters. Id rather not use a package manager as I want to understand more about the install process.
Like say I install 'Xine' which I recently did. When I type 'make install' all that text that flys across the screen I assume is where its installing everything etc.
Is this the way to keep a log on the ' make install'?
make install > log
so that all that text is inserted in a log so that when I want to remove Xine I can 'rm' all those locations.
Also How do I detect which files were altered during the install?
thanks
