http://www.namazu.org/~tsuchiya/debian/index.html
インストールされているパッケージの一覧表を,適当な file に保存する.
dpkg --get-selections > file
一覧表に記述されているパッケージをインストールするように指定する.
dpkg --set-selections < file
実際にインストールを行う.
apt-get dselect-upgrade
http://forums.debian.net/viewtopic.php?f=17&t=79006
apt-get install dselect #configure repos dselect access #update dselect database dselect update now there should be less warnings and finally Code: Select all apt-get dselect-upgrade
めも