apt-cache取决于pkgname将显示包的依赖关系.
如果你想在一个命令中使用它,你可能会比以下更糟糕:
apt-get install `apt-cache depends pkgname | awk '/Depends:/{print$2}'`
如果你想在一个命令中使用它,你可能会比以下更糟糕:
apt-get install `apt-cache depends pkgname | awk '/Depends:/{print$2}'`