vi install-pkgs

pkg1(软件包名)
pkg2
pkg3

批量安装
apt-get install $(cat install-pkgs)


查看已经安装的安装包依赖
echo apt-get install $(cat install-pkgs)