The apt command shows the number of upgradable packages at the bottom of the apt update command output 要查看可以升级的软件包,请运行以下命令: apt list --upgradable 你应该看到这样的输出: ~$ apt list --upgradable Listing... Done apparmor/jammy-updates 3.0.4-2ubuntu2.1 amd64 [upgradable from:...
The apt command shows the number of upgradable packages at the bottom of the apt update command output 要查看可以升级的软件包,请运行以下命令: apt list --upgradable 你应该看到这样的输出: ~$ apt list --upgradable Listing... Done apparmor/jammy-updates 3.0.4-2ubuntu2.1 amd64 [upgradable from:...
要查看Ubuntu系统中可以升级的软件包,你可以按照以下步骤操作: 打开终端: 你可以通过在应用程序菜单中搜索“Terminal”或使用快捷键(通常是Ctrl + Alt + T)来打开Ubuntu的终端。 输入命令: 在终端中输入以下命令来列出所有可升级的软件包: bash apt list --upgradable 执行命令: 按Enter键执行命令。 查看可...
然后你的系统将知道可用的软件包更新。apt命令告诉你在 update 命令结束时可以升级多少个软件包: The apt command shows the number of upgradable packages at the bottom of the apt update command output 要查看可以升级的软件包,请运行以下命令: 你应该看到这样的输出: Listing all the upgradable packages 它按...
apt list --upgradable 如你所见,你甚至不需要使用sudo来列出可更新的包。它只是列出了可以更新的包,而不会更新它们。 实际上,当你运行sudo apt update命令更新本地包仓库缓存时,apt命令会添加此提示。 Fetched 1,243 kB in 17s (71.4 kB/s) Reading package lists... Done ...
列出所有可更新的软件清单命令:sudo apt update 升级软件包:sudo apt upgrade列出可更新的软件包及版本信息:apt list --upgradable升级软件包,升级前先删除需要更新软件包:sudo apt full-upgrade 安装指定的软件命令:sudo apt install <package_name>安装多个软件包:sudo apt install <package_1> <package_2> <pac...
列出所有可更新的软件清单命令:sudo apt update 升级软件包:sudo apt upgrade 列出可更新的软件包及版本信息:apt list --upgradable 升级软件包,升级前先删除需要更新软件包:sudo apt full-upgrade 安装指定的软件命令:sudo apt install <package_name>
apt list --upgradable 1. 如你所见,你甚至不需要使用 sudo 来列出可更新的包。它只是列出了可以更新的包,而不会更新它们。 实际上,当你运行 sudo apt update 命令更新本地包仓库缓存时,apt 命令会添加此提示。 复制 Fetched 1,243 kB in 17s (71.4 kB/s) ...
apt update output 从apt中可以看到 itsfoss.com,而apt-get甚至没有这个选项。 # apt list --upgradable Listing... Done fprintd/jammy-updates 1.94.2-1ubuntu0.22.04.1 amd64 [upgradable from: 1.94.2-1] gnome-control-center-data/jammy-updates,jammy-updates 1:41.7-0ubuntu0.22.04.4 all [upgradable...
~$ apt list --upgradable Listing... Doneapparmor/jammy-updates 3.0.4-2ubuntu2.1 amd64 [...