Ubuntu16.04 安装chrome
作者:
Max____ | 来源:发表于
2016-10-21 02:01 被阅读1289次
1 添加源
sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
2 添加公钥
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3 更新apt
sudo apt update
4 安装chrome
sudo apt install google-chrome-stable
5 打开chrome
google-chrome
6 如需开socket代理请移步<a href="http://www.jianshu.com/p/0cfb43874a72">Ubuntu下安装ss客户端</a>
本文标题:Ubuntu16.04 安装chrome
本文链接:https://www.haomeiwen.com/subject/ycvquttx.html
网友评论