如何解决此升级错误?

如何解决此升级错误?

当我尝试 sudo apt-get update 和 sudo apt-get upgrad 时出现以下错误:出现这些错误:

Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1 811 B]
Hit:2 http://archive.ubuntu.com/ubuntu groovy InRelease                        
Hit:3 http://archive.ubuntu.com/ubuntu groovy-updates InRelease                
Hit:4 http://ppa.launchpad.net/git-core/ppa/ubuntu disco InRelease             
Hit:5 https://download.docker.com/linux/ubuntu focal InRelease                 
Hit:6 http://archive.ubuntu.com/ubuntu groovy-backports InRelease              
Hit:7 http://archive.ubuntu.com/ubuntu groovy-security InRelease               
Ign:8 http://repo.vivaldi.com/stable/deb stable InRelease                      
Hit:9 http://apt.postgresql.org/pub/repos/apt groovy-pgdg InRelease            
Hit:10 http://repo.vivaldi.com/stable/deb stable Release                       
Hit:11 http://packages.microsoft.com/repos/code stable InRelease               
Hit:13 https://cli-assets.heroku.com/branches/stable/apt ./ InRelease          
Hit:14 https://download.sublimetext.com apt/stable/ InRelease
Get:12 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9 383 B]
Hit:16 https://packagecloud.io/AtomEditor/atom/any any InRelease               
Reading package lists... Done                                                  
E: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Origin' value from 'kubernetes-xenial' to 'Google LLC'
E: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Label' value from 'kubernetes-xenial' to 'Google'
N: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Version' value from '' to '1.0'
N: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Suite' value from 'kubernetes-xenial' to 'stable'
E: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Codename' value from 'kubernetes-xenial' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

问题是什么?

答案1

我搜索了一下,找到了下面的解决方案:只需运行“sudo apt update”

然后它会要求您进行更改,只需输入“y”!

相关内容