1. 命令行下载安装包:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2. 安装文章来源:https://www.toymoban.com/news/detail-743360.html
sudo apt install ./google-chrome-stable_current_amd64.deb
之后即使有更新也不用重新手动下载安装了,因为安装包会在 源里添加相应的信息。文章来源地址https://www.toymoban.com/news/detail-743360.html
cat /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
到了这里,关于Ubuntu上安装 Chrome 浏览器的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!