On 30/09/2007, Aleksey Tsalolikhin <[EMAIL PROTECTED]> wrote: > > On 9/27/07, Voytek Eymont <[EMAIL PROTECTED]> wrote: > > I've installed courier authlib from source, subsequently, I built rpm > and > > installed it (again) from the rpm, > > whats the best way to determine what got installed /remove whatever got > > installed for source install ? > > > You might try this: > > touch now > > install your rpm > > find / -newer now -print > newer.txt > > > newer.txt will contain files that have a timestamp more recent than > the file you created prior to installing the RPM. remove /proc and > take a look at the rest - it should be a complete list.
How about using "checkinstall" then? http://www.asic-linux.com.mx/~izto/checkinstall/ --Amos -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
