3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[chrome:debian]Chromeがdpkgでインストールできない場合はaptでインストール

Last updated at Posted at 2013-04-30

#dpkgでChromeがインストールできない状態
公式にDebianで行くとdebファイルをゲットできるが
dpkgコマンドを使うとエラーを吐く場合お勧めします
別に必ずエラーが出るか確認してからやる必要はありません

#Chromeのインストール

##Keyを登録

wget --no-check-certificate https://dl-ssl.google.com/linux/linux_signing_key.pub
sudo apt-key add linux_signing_key.pub

##Chrome repositorieを登録

echo "deb http://dl.google.com/linux/chrome/deb/ stable non-free main " >> /etc/apt/sources.list

修正 2013/5/24: URLを修正しました

##apt-getかaptitudeでインストール

sudo apt-get install google-chrome-stable

以上です。

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?