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. watch out for other users creating files at the same time... they'll be in the list as they'll have a recent modification timestamp. Best, -at -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
