Ubuntu 12.04 安装Chrome步骤

来源:互联网 发布:淘宝自然流量提升 编辑:程序博客网 时间:2024/06/17 08:46
一、添加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 "debhttp://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


原文地址:http://www.douban.com/note/252982281/

0 0