首页 > 其他 > 详细

在ubuntu下安装chrome

时间:2014-04-14 11:05:21      阅读:297      评论:0      收藏:0      [点我收藏+]

To add PPA in Ubuntu 14.04 / 13.10 / 13.04 / 12.10 / 12.04

First download and install the key from Google Linux Repository. Or run the following command in the terminal, type the password for the user when prompted.

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

After installing the key, run the below command to add it to the repository.

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

Thats it. Now update your repository and install the browser.

To Update

sudo apt-get update

To Install the Stable version

sudo apt-get install google-chrome-stable

The above command will install the current stable version.

To Install the Beta Version

sudo apt-get install google-chrome-beta

The above command will install the current beta version. You can also install the unstable version by using the following command.

sudo apt-get install google-chrome-unstable

Check the screen shot below.

在ubuntu下安装chrome,布布扣,bubuko.com

在ubuntu下安装chrome

原文:http://www.cnblogs.com/qingdu/p/3662989.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!