[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mozilla 0.9.5 on sid[Re:pkginfo]



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 dselect-upgrade
-- 

Mike McNally		mmcnally3@prodigy.net



Reply to: