ubuntu三行命令安装chrome浏览器

原文地址:点击打开链接

安装谷歌浏览器,只需要三行代码: 
打开终端,输入 
cd /tmp 
对于谷歌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 

然后,就可以去搜索使用了。 

你可能感兴趣的:(Linux工具,Linux段位记)