Check this out:
# to save a list of deb packages installed#
# and how to use it on the next install
# on the existing installation
dpkg --get-selections \* > ~mike/notes/selections
# the \* involves packages removed
# on the new box
dpkg --set-selections < selections
apt-get
Those commands worked. I made them into a script called pkg_info.
Ian
--
FreeSoftware Developer
Registered GNU/Linux user 239985
and user of Debian GNU/Linux
pgpSWiayFtc1W.pgp
Description: PGP signature
2 matches
Mail list logo