ubuntu三行命令安装chrome浏览器

前端之家收集整理的这篇文章主要介绍了ubuntu三行命令安装chrome浏览器前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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 然后,就可以去搜索使用了。 是不是很方便?

原文链接:https://www.f2er.com/ubuntu/350457.html

猜你在找的Ubuntu相关文章