Ubuntu 12.04 怎样安装 Google Chrome

如何在Ubuntu 14.04中安装Google Chrome浏览器
本文详细介绍了在Ubuntu 14.04 LTS(Trusty Tahr)及其衍生版中安装Google Chrome浏览器的方法,包括直接下载.deb包和通过官方PPA安装两种方式。

方法一:

http://www.360doc.com/content/14/0723/19/4338_396584130.shtml

 

方法2:

How to Install Google Chrome Web Browser in Ubuntu 14.04 LTS Trusty Tahr

SHARE : Share on Google+ 104Share on Facebook18Tweet about this on Twitter6Share on StumbleUpon1Pin on Pinterest0Share on Reddit2Share on LinkedIn1

google chrome ubuntu 14.04

This tutorial describes how to install Google Chrome web browser in Ubuntu 14.04 LTS trusty tahr. this tutorial also work on ubuntu flavor (Edubuntu, Kubuntu, Lubuntu, Ubuntu Gnome, Ubuntu Kylin, Ubuntu Studio, Xubuntu) and Ubuntu derivatives ( Linux Mint, elementay OS, Zorin OS, etc).

As you may already know, Google Chrome is a free web browser developed by Google and support for major platform such as ( Linux, Android, Windows and Mac OS). It’s one of the popular and widely used web browser by most of the internet users.

There are two method to install Google Chrome web browser in Ubuntu Desktop. First methode : Directly download *.deb package from google chrome download page. Second method : Installing google chrome through official Google Chrome PPA.

#1 : Install Google Chrome by directly Download *.deb Package

Download google chrome for ubuntu from terminal with the following command:

For the 32-bit version of Google Chrome, use this command below.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

For the 64-bit version of Google Chrome, use this command below

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Once downloaded, install google chrome with following command:

32 bit :

sudo dpkg -i google-chrome-stable_current_i386.deb

64 bit :

sudo dpkg -i google-chrome-stable_current_amd64.deb

#2 : Installing google chrome via PPA

To Installing google chrome in ubuntu from official Google Chrome PPA, open terminal then run the following command below to download and install the Signing Key from google linux repository:

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

After installing Signing Key, run the following command to add google chrome repository

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

Now run the following command to update your repository and install google chrome web browser:

sudo apt-get update
sudo apt-get install google-chrome

If you are interesting to try google chrome beta and unstable version you can install both by running the following command:

Google chrome beta version:

sudo apt-get install google-chrome-beta

Google chrome unstable version

sudo apt-get install google-chrome-unstable
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值