当我跑的时候
sudo apt -y update我得到了
Hit:1 http://mirror.hetzner.de/ubuntu/packages bionic InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 http://mirror.hetzner.de/ubuntu/packages bionic-backports InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:6 http://mirror.hetzner.de/ubuntu/packages bionic-security InRelease
Hit:7 http://mirror.hetzner.de/ubuntu/packages bionic-updates InRelease
Hit:8 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Fetched 88.7 kB in 1s (144 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.我是Ubuntu的新手,我不知道该做些什么来解决这个问题,我希望能得到任何帮助。谢谢。
发布于 2023-01-28 16:15:33
这不是错误,只是更新包列表后的信息。
检查链接关于sudo apt update做了什么。
您可以尝试使用提示apt list --upgradable查看可升级列表。
或
sudo apt upgrade来升级可升级的软件包。
https://askubuntu.com/questions/1452346
复制相似问题