sudo apt update 总是发现更新问题

sudo apt update 总是发现更新问题

由于我无法在互联网上找到答案,因此我将在这里尝试:当我运行命令时

sudo apt update

它总是更新同样的东西。输出如下:

sudo apt update
Hit:1 http://at.archive.ubuntu.com/ubuntu eoan InRelease
Hit:2 http://archive.canonical.com eoan InRelease                                                                                                                                              
Hit:3 http://ppa.launchpad.net/jtaylor/keepass/ubuntu eoan InRelease                                                                                                                           
Hit:4 http://at.archive.ubuntu.com/ubuntu eoan-updates InRelease                                                                                                 
Hit:5 http://security.ubuntu.com/ubuntu eoan-security InRelease                                                                                                       
Hit:6 http://at.archive.ubuntu.com/ubuntu eoan-backports InRelease                                                                                                    
Get:7 https://mega.nz/linux/MEGAsync/xUbuntu_19.10 ./ InRelease [2468 B]                                                                             
Hit:8 http://ppa.launchpad.net/linuxuprising/java/ubuntu eoan InRelease                                        
Hit:9 https://packages.microsoft.com/repos/vscode stable InRelease
Hit:10 http://ppa.launchpad.net/mkusb/ppa/ubuntu eoan InRelease
Fetched 2468 B in 1s (1873 B/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.

所以如果我再次竞选

sudo apt update

那么输出是相等的。有人能帮我吗,或者这是正常的吗?

答案1

这完全正常。apt update 所做的就是从 Ubuntu 存储库更新软件包列表。如果没有更新,则它不必更新任何内容。

相关内容