1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntuにgooglechromeをインストールする方法

Last updated at Posted at 2024-09-23

1.ダウンロード
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

2.インストール
$ sudo apt install ./google-chrome-stable_current_amd64.deb

3.起動する
$ google-chrome

◯例外エラー
22.04ltsで起動時に描画されず真っ白になることがある。下の方法で解決した。
以下のディレクトリ内のファイルを削除し、Ubuntuを再起動します。
~/.config/google-chrome/Default/GPUCache

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?