>>172
リポジトリの追加
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
これでは特に反応なし

公開鍵の登録
$ sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
ここではOKと出ました

パッケージのアップデート
$ sudo apt-get update
ここで6つほどエラーが出ました

GPG error http://repository.spotify.com stable inrelease
GPG error http://deb.playonlinux.com trusty inrelease
どうやら公開鍵が二つないようです

failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/inrelease
などなど

このあと
$ sudo apt-get install google-chrome-stable
なにやら始まりましたが途中でエラーが出ました