※ このエントリは、はてなグループ終了に伴う、サブブログからの引越エントリ(2016/09)です。
※ 情報が古い可能性もありますので、ご留意ください。
ある Ubuntu マシン (サーバー) のインストールパッケージ一覧をベースに、別マシンに同じパッケージ群をインストールする古典的なやり方。
コピー元マシン
# dpkg --get-selections > installed.list
コピー先マシン
# apt-get install dselect # dselect update # dpkg --clear-selections # dpkg --set-selections < installed.list # apt-get dselect-upgrade # apt-get autoremove