sudo apt update 出错

sudo apt update 出错

我写的时候sudo apt update出现这个错误

Hit:1 http://eg.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]                              
Hit:3 https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu jammy InRelease                         
Get:4 http://eg.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]                             
Hit:5 https://packages.microsoft.com/repos/edge stable InRelease                                       
Get:6 http://eg.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]              
Fetched 336 kB in 3s (124 kB/s)    
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.

错误apt list --upgradable是什么解决

答案1

这里没有错误。 apt update实际上并没有升级您的软件包,它只是刷新可用软件包的信息。

您需要运行的下一步是sudo apt upgradesudo apt dist-upgrade为了安装完成更新需要安装的软件包。

相关内容