linux Chrome 安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux Chrome 安装相关的知识,希望对你有一定的参考价值。

1.wget

32bits: wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64bits: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

2.添加PPA

  a.下载签名秘钥

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

  b.在xxx.list文本后添加源(?个人理解, 欢迎指正,此方法比较适合不熟悉vim的linux使用者)

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

  c.更新一下源

    sudo apt-get update

  d.然后就可以直接apt-get啦   

    sudo apt-get install google-chrome

  e.亦可以安装chrome的beat版

    sudo apt-get install google-chrome-beta

  f.或者是其unstable版

    sudo apt-get install google-chrome-unstable

整理自<http://www.linuxidc.com/Linux/2014-04/100645p2.htm>

以上是关于linux Chrome 安装的主要内容,如果未能解决你的问题,请参考以下文章

linux安装selenium+chrome

兼容ie8,firefox,chrome浏览器的代码片段

linux 安装 Chrome

Linux debian 11上安装 Google Chrome浏览器教程

Linux debian 11上安装 Google Chrome浏览器教程

在linux中安装selenium+chrome