Google Chrome 向我显示版本 81 已过期的通知。
我尝试使用以下命令更新 Google Chrome:
sudo apt-get install google-chrome-stable
或者
sudo apt-get --only-upgrade install google-chrome-stable
但结果是一样的:
google-chrome-stable is already the newest version (81.0.4044.92-1)
然后我使用了这个决定,但没有任何改变: https://askubuntu.com/a/1276010/1067426
我该如何更新 Google Chrome?出了什么问题?
我不想卸载并重新安装 .deb。我认为还有其他方法
答案1
尝试这个:
设置键为:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
使用以下方式设置存储库:
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
安装包包含:
sudo apt-get update
sudo apt-get install google-chrome-stable
Package Version
google-chrome-beta 86.0.4240.42-1
google-chrome-unstable 87.0.4263.3-1
google-chrome-unstable 87.0.4259.3-1
google-chrome-beta 86.0.4240.30-1
google-chrome-stable 85.0.4183.102-1