1. 程式人生 > >ubuntu安裝Google chorm

ubuntu安裝Google chorm

一、新增PPA

從Google Linux Repository(http://www.google.com/linuxrepositories/)下載安裝Key,或把下面的程式碼複製進終端,回車,需要管理員密碼

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Key安裝好後,在終端輸入:

sudo sh -c ‘echo “deb http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google-chrome.list’

二、更新

在終端輸入:
sudo apt-get update

三、安裝

安裝穩定版Chrome,在終端輸入:sudo apt-get install google-chrome-stable
安裝Beta版Chrome,在終端輸入:sudo apt-get install google-chrome-beta
安裝不穩定版Chrome,在終端輸入:sudo apt-get install google-chrome-unstable

Done,萬事大吉!