当我跑步时
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 新手,我不确定该如何修复这个问题,如果能得到任何帮助我都会很感激。谢谢。
答案1
这不是一个错误,只是您更新包列表后出现的信息。
检查关联关于做什么sudo apt update
。
您可以尝试使用提示apt list --upgradable
查看可升级列表
或者
sudo apt upgrade
升级可升级包。