LoginSignup
2
4

More than 5 years have passed since last update.

Ubuntu 16.04 LTS にGoogle ChromeをPPAからインストール

Last updated at Posted at 2017-02-01

インストール

Google Chrome PPAからインストールを行う

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

インストールするパッケージをgoogle-chrome-betaにすれば、ベータ版がインストールできる。

注意点

インストール後に

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

が作られて、

/etc/apt/sources.list.d/google.list

と重複していると怒られるので、気になる場合は、どちらかを消した方が良さそうです。

参考

2
4
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
2
4