見出し画像

ubuntuでchromeを更新できない

chromeで、「更新できません」とのメッセージが出たので、以下の方法で対処しました。

以下のページを参考にしました。

実際には以下の手順で更新できました。

Chromeのインストーラをダウンロードしておく

ダウンロードファイルは、「google-chrome-stable_current_amd64.deb」です。

次のファイルを見つける

Ubuntu/etc/apt/sources.list.d/google-chrome.list

上記ファイルを編集する

元のファイル。

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main

3行目のコメント、「#」を削除して保存。編集後。

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main

端末でupdateを実行

$ sudo apt update

端末でupgradeを実行

$ sudo apt upgrade

以上で完了!

この記事が気に入ったらサポートをしてみませんか?