有事没事领个红包

ubuntu安装chrome浏览器

PPA方法,免FQ,否则,你得FQ下载chrome,你Firefox VPN配置好了吗!!!

wget -q -O - https://raw.githubusercontent.com/longhr/ubuntu1604hub/master/linux_signing_key.pub | sudo apt-key add

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

sudo apt-get update


sudo apt-get install google-chrome-stable

 

如果一切顺利,在终端中执行以下命令:

/usr/bin/google-chrome-stable

将会启动谷歌 Chrome 浏览器,它的图标将会出现在屏幕左侧的 Launcher 上,在图标上右键——“锁定到启动器”,以后就可以简单地单击启动了。

 

常见问题:

1 源出有问题,导致apt-get update不能使用

apt-get update
E: Malformed line 1 in source list /etc/apt/sources.list.d/google-chrome.list (type)
E: The list of sources could not be read.


解决办法
sudo rm /etc/apt/sources.list.d/google-chrome.list

 

posted @ 2017-02-23 13:45  crazyCodeLove  阅读(1105)  评论(0编辑  收藏  举报