Vorgehen bei Umstellung von amd64 auf x86

Gerhard Gaußling ggrubbish at web.de
Mon Okt 16 22:27:04 BST 2006


Am Samstag, 14. Oktober 2006 16:58 schrieb Waste Paper Basket:
>      - die erhalte ich eine wiederverwendbare Liste aller (per
> apt/dpkg)
>
> > installieren Paktete? reicht ein dpkg -l | awk '{print $2}' ?

Backup
~ #  debconf-get-selections > debconf.cfg
~ # dpkg --get-selections \* >myselections

Restore
~ #  debconf-set-selections < debconf.cfg
~ # dselect update
~ # dpkg --set-selections <myselections
~ # apt-get -u dselect-upgrade    # or dselect install

http://debiananwenderhandbuch.de/dpkg.html#dpkggetgs
http://debiananwenderhandbuch.de/debconf.html#debconf-get-selections
http://article.gmane.org/gmane.linux.debian.devel.bugs.general/149694