web-dev-qa-db-ja.com

16.04でChrome 52から54にアップグレードできません

$ Sudo apt-get install google-chrome-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
google-chrome-stable is already the newest version (52.0.2743.116-1).
The following packages were automatically installed and are no longer

chromeが起動しないため、Seleniumスクリプトを実行できません。

3
Harri

ダウンロードして手動でインストールしてみてください

wget https://dl.google.com/linux/direct/google-chrome-stable_current_AMD64.deb
Sudo dpkg -i https://dl.google.com/linux/direct/google-chrome-stable_current_AMD64.deb

=================== OR =================

ソースキャッシュを再度更新してから、もう一度試してください。というのは

Sudo apt-get update
Sudo apt-get upgrade
1
rɑːdʒɑ