我看到命令sudo apt-get update --dry-run
似乎显示需要更新的软件包数量。但是,当我在 Ubuntu 16.04 上运行它时,我得到了E: Command line option --dry-run is not understood in combination with the other options.
给出更新次数的正确命令是什么,最好类似于sudo apt-get update --dry-run?
答案1
这是一个获取“需要更新的软件包的数量”的错误命令。
正确的命令是
sudo apt update
它将检查更新并显示如下数字:
1 package can be upgraded. Run 'apt list --upgradable' to see it.