Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいUbuntu 12.04 LTSインストールの上に、ユーザーがインストールしたパッケージが多数あるマシンがあります。不可欠なクローン以外のマシンをいくつか作成したいのですが、手動ですべてのパッケージを調べるのは非常に面倒です。
ユーザーがインストールしたすべてのパッケージのリストを出力し、それをシェルスクリプトに簡単に移動して、他の新しいUbuntuインストールで実行できる方法はありますか?
これはスタートになるはずです
sudo dpkg --set-selections < (ssh othermachine dpkg --get-selections)
こちらも検討