Google Chrome浏览器是世界上最受欢迎的网络浏览器。 它是为现代Web构建的快速,直观,安全的浏览器。
Chrome不是开放源代码浏览器,也不包含在官方的Debian存储库中。 它基于Chromium,Chromium是一种开放源代码浏览器,可在默认的Debian Buster存储库中使用。
在本教程中,我们将逐步介绍在Debian 10 Linux上安装Google Chrome浏览器的步骤。
先决条件
您需要以具有sudo访问权限的用户身份登录才能在Debian系统上安装软件包。
在Debian上安装Google Chrome
执行以下步骤在您的Debian 10系统上安装Google Chrome:
1.下载谷歌浏览器
Ctrl+Alt+T
wget
.deb
wget
2.安装Google Chrome
apt
sudo apt install./google-chrome-stable_current_amd64.deb
出现提示时,输入您的用户密码,安装将继续。
启动谷歌浏览器
Activities -> Google Chrome
google-chrome
首次启动Google Chrome浏览器时,系统会询问您是否要将Google Chrome设置为默认浏览器:
在这里,您可以使用Google帐户登录Chrome,以同步所有设备上的书签,历史记录,密码和其他设置。
更新谷歌浏览器
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 http://dl.google.com/linux/chrome/deb/ stable main
发布新版本后,您可以通过桌面标准软件更新工具或在终端中运行以下命令来更新Google Chrome软件包:
sudo apt update
sudo apt upgrade
结论
我们已经向您展示了如何在Debian Buster桌面系统上安装Google Chrome。 如果您以前使用过其他浏览器(例如Firefox或Opera),则可以将书签和设置导入Chrome。
chrome浏览器debian