linux上 最新版本chrome 获得方法
linux下 最新版本chrome 获得方法
wget https://dl-ssl.google.com/linux/linux_signing_key.pub sudo apt-key add linux_signing_key.pub
在终端输入上面的语句。
然后添加以下行到 /etc/apt/sources.list 文件中
# Google software repository deb http://dl.google.com/linux/deb/ stable non-free main
保存关闭后 打开ubuntu软件中心,你会在获取软件中看见google
点击后会有3个chrome版本选择:beta,stable ,unstable
beta是测试版本,stable是稳定版本,unstable就是最新的版本了。