本文介绍在Debian 10/9操作系统上安装Google Chrome浏览器的方法,谷歌Chrome软件包在Debian存储库中不可用,因为它不是纯粹的开源软件。我们将从Debian软件包在Debian 10/9上安装Google Chrome浏览器,或者将官方Google Apt存储库添加到Debian系统。
一、下载Google Chrome .deb包 使用wget下载最新Google Chrome软件包到Debian Linux系统: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 如果你的系统上没有wget,请使用以下命令安装: sudo apt -y install wget 参考:在Linux系统中安装Wget、Htop、Nano、Lynx、Fzf、Pydf的方法。
二、在Debian 10/9上安装Google Chrome浏览器 下载后,使用apt install命令安装软件包,你需要sudo来完成这个操作: sudo apt install ./google-chrome-stable_current_amd64.deb 此命令将在Debian上安装Google Chrome,在此过程中,它还会添加Google存储库,以便你的系统自动更新Google Chrome: $ cat /etc/apt/sources.list.d/google-chrome.list 注1:这个文件是自动配置的。 注2:可以注释掉此条目,但任何其他修改可能会丢失。 deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
三、在Debian上启动Google Chrome 我们已成功在Debian系统上安装了Google Chrome,要启动它,请使用命令行,运行以下命令: $ google-chrome 或者在桌面中搜索下,可以从列表或搜索中看到Google Chrome图标:
开始初始设置以使用它:
随后会出现欢迎信息,登录并使用:
四、在Debian上更新Google Chrome 由于apt存储库是由安装程序配置的,因此可以通过运行命令来更新程序包: sudo apt update sudo apt upgrade 至此,已在Debian 10/9系统上成功安装了Google Chrome浏览器。
相关主题 |