Re: List of installed software packages: pkg_info?
- From: "Siem Korteweg" <siem@xxxxxxxxx>
- Date: Sun, 24 Jun 2007 15:06:17 +0200
"Marco S Hyman" <marc@xxxxxxxxx> schreef in bericht
news:x7ejk2l586.fsf@xxxxxxxxxxxxxxxxx
"Siem Korteweg" <siem@xxxxxxxxx> writes:Thanks for this hint, I will add this to my code. It allows detailled
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
comparing of the configuration of systems.
$ ls -l /usr/lib | grep soI noticed that my current code used an option for ldconfig that is
That gives you the versions of the shared libs.
unknown for OpenBSD. I will correct this and then ldconfig results in
the same data as ls /usr/lib | grep so
Siem Korteweg
.
- References:
- List of installed software packages: pkg_info?
- From: Siem Korteweg
- Re: List of installed software packages: pkg_info?
- From: Helmut Schneider
- Re: List of installed software packages: pkg_info?
- From: Siem Korteweg
- Re: List of installed software packages: pkg_info?
- From: Joachim Schipper
- Re: List of installed software packages: pkg_info?
- From: Siem Korteweg
- Re: List of installed software packages: pkg_info?
- From: Joachim Schipper
- Re: List of installed software packages: pkg_info?
- From: Siem Korteweg
- Re: List of installed software packages: pkg_info?
- From: Joachim Schipper
- Re: List of installed software packages: pkg_info?
- From: Siem Korteweg
- Re: List of installed software packages: pkg_info?
- From: Marco S Hyman
- List of installed software packages: pkg_info?
- Prev by Date: Re: need help choosing appropriate BSD distro
- Next by Date: Re: need help choosing appropriate BSD distro
- Previous by thread: Re: List of installed software packages: pkg_info?
- Next by thread: Re: List of installed software packages: pkg_info?
- Index(es):