在Ubuntu系统上安装Google Chrome,请按照以下步骤操作:
下载谷歌浏览器
使用Ctrl+Alt+T
键盘快捷键或单击终端图标,打开终端。使用wget命令下载最新的Google Chrome 软件包:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
安装谷歌浏览器
在Ubuntu上安装软件包需要sudo权限。确保您以具有sudo权限的用户运行以下命令。通过键入以下内容来安装google-chrome.deb软件包:
sudo dpkg -i google-chrome-stable_current_amd64.deb
启动Google Chrome浏览器
现在,您的Ubuntu系统上已安装Google Chrome,您可以在终端中输入命令google-chrome
或单击Google Chrome图标(Activities -> Google Chrome
)来启动它。
首次启动Google Chrome时,将会询问您是否要将Google Chrome设置为默认浏览器并向Google发送使用情况统计信息和崩溃报告。请根据您的喜好进行选择,然后单击OK
继续。Google Chrome浏览器将打开,您将看到默认的Chrome浏览器欢迎页面。
更新Google Chrome浏览器
在安装过程中,正式的Google存储库将添加到您的系统中。您可以使用cat命令来验证文件内容:
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
这样可确保chrome发布新版本时,您的Google Chrome会自动安装更新。