Re: List of installed software packages: pkg_info?




"Marco S Hyman" <marc@xxxxxxxxx> schreef in bericht
news:x7ejk2l586.fsf@xxxxxxxxxxxxxxxxx
"Siem Korteweg" <siem@xxxxxxxxx> writes:

I guess that recording the versions of the base system is not
feasable.Siem Korteweg


$ for f in /bin/*; do do ident $f; done

Repeat for /sbin, /usr/bin, /usr/sbin, /usr/libexec. You now have
the versions of the software

$ ls -l /usr/lib | grep so

That gives you the versions of the shared libs.

// marc


.