现在的位置: 首页 > 综合 > 正文

ubuntu 更新chrome 浏览器

2013年10月11日 ⁄ 综合 ⁄ 共 412字 ⁄ 字号 评论关闭

Setup key with:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 

Setup repository with:

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

Setup package with:

sudo apt-get update 
sudo apt-get install <package name>

where <package name> is the name of the package you want to install.


package name = google-chrome-unstable
/ google-chrome-beta /google-chrome-stable

抱歉!评论已关闭.