安装chrome浏览器

对于谷歌Chrome32位版本,使用如下链接:

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

对于64位版本可以使用如下链接下载:

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

下载完后,运行如下命令安装。

sudo dpkg -i google-chrome*; sudo apt-get -f install

然后就搞定了!安装完成后,到Unity Dash搜索Chrome就可以启动它了。

时间: 2024-10-14 06:24:26

安装chrome浏览器的相关文章

【转载】CentOS7 安装Chrome浏览器

本篇文章主要记录如何在CentOS7.0上安装Chrome浏览器. 1.配置yum下载源: 在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo, 并且在该文件中添加如下内容: 1 [google-chrome] 2 name=google-chrome 3 baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch 4 enabled=1 5 gpgcheck=1 6 gpgkey=htt

【Linux】CentOS安装Chrome浏览器

在CentOS 6.x 安装Chrome 浏览器的方法.首先在/etc/yum.repos.d目录中创建google-chrome.repo文件,其写入如下内容: [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_sign

Ubuntu16.04安装Chrome浏览器及解决root不能打开的问题

1. 安装桌面(emmm,不知道是否只执行第二个命令就行) # apt-get install gonme# apt-get install ubuntu-desktop2. 安装Chrome浏览器 # wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/# wget -q -O - https://dl.google.com/linux/linux_signing_key.p

CentOS7系列--安装Chrome浏览器

CentOS7系列--安装Chrome浏览器 1. 创建yum源文件 [[email protected] ~]# cd /etc/yum.repos.d/ [[email protected] yum.repos.d]# vi google-chrome.repo 输入如下内容: [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpg

Ubuntu安装Chrome浏览器,并解决Chrome浏览器无法启动问题

安装Chrome浏览器 #将下载源加入到系统的源列表 sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ #导入谷歌软件的公钥,用于下面步骤中对下载软件进行验证 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - #对当前系统的可用更新列表进行更新 s

Ubuntu 16.04安装Chrome浏览器

一.先有一个hosts能访问Google 参考:http://www.cnblogs.com/EasonJim/p/5999060.html 二.安装方法有两种,如下所示: 1.下载deb包(推荐) #下载 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb #安装 wget https://dl.google.com/linux/direct/google-chrome-stable_cu

ubuntu15.04安装Chrome浏览器

首先到: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 下载最新的安装文件. 然后: sudo apt-get install libappindicator1 libindicator7 sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt-get -f install 这样以后就可以apt安装和更新chrome浏览器了.

Centos7下安装Chrome浏览器

官方下载chrome的rpm安装包,直接点击安装,完了后在会在应用中看见安装的chrome浏览器. 打开浏览器时会出现***拦截,选择解除拦截,(执行提示的命令即可) <-----------以下是网上浏览的相关博文------------------> 看到过的http://blog.csdn.net/johnnyhu90/article/details/42127521 下边这个对学习Centos 7很系统,极力推荐(90后博士独立博客) http://seisman.info/linux

CentOS7 安装chrome浏览器

本篇文章主要记录如何在CentOS7.0上安装chrome. 1.配置yum下载源: 在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo, 并且在该文件中添加如下内容: 1 [google-chrome] 2 name=google-chrome 3 baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch 4 enabled=1 5 gpgcheck=1 6 gpgkey=https:

ubuntu下安装chrome浏览器证书

转自:http://blog.sina.com.cn/s/blog_4afce7d401013bmx.html 在ubuntu系统下开启goagent并在chrome挂上代理之后,发现访问https的网站会跳出不安全的警告,也就是SSL无法验证的问题.这是因为浏览器没有相关证书导致的.而在windows下,安装证书只要直接点击.crt文件即可,不过在ubuntu下就麻烦了一些.使用中发现很多https网站弹出证书警示,需要将local/ca.crt证书导入.下面简单介绍ubuntu下chrome