in reply to Perl, sort of Unix/system archaeology question
for i in `rpm -qa`; do rpm -qi ${i}; done
Custom apps are often stored in /usr/local/bin, sometimes in /opt/(package), and not very often in /usr(package). And there's the odd package that wants a user created so its software can live under /home. :)
Good luck.
|
|---|