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 安装之上有一堆用户安装的软件包。除了基本克隆之外,我还想制作一些机器,但是手动查找所有软件包会非常麻烦。
有什么方法可以输出所有用户安装的软件包的列表,并轻松地将其移动到 shell 脚本中,然后可以在其他新的 Ubuntu 安装上运行?
这应该是一个开始
sudo dpkg --set-selections < (ssh othermachine dpkg --get-selections)
还要考虑