今天在Ubuntu上安装chrome失败,在网上找到解决方法:
-
Add Key:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - -
Set repository:
sudo sh -c echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list -
Install package:
sudo apt-get update sudo apt-get install google-chrome-stable
安装chromium
sudo apt-get install chromium-browser
© 版权声明
文章版权归作者所有,未经允许请勿转载。如内容涉嫌侵权,请在本页底部进入<联系我们>进行举报投诉!
THE END

















暂无评论内容