Debian 安装 Google Chrome

在 Debian 系列的 Linux 发行版如 Ubuntu, Debian, Kali 等安装 Google Chrome 的方法如下。

首先下载安装包,并通过命令执行安装,会自动安装依赖。

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb

安装完 Chrome 时,会自动将 Chrome 仓库添加到包管理器,使用以下命令可以进行 Chrome 更新。

sudo apt install google-chrome-stable

如果想要卸载 Chrome 则执行以下命令。

sudo apt purge google-chrome-stable

开源版本的 Chromium 可以直接通过命令 sudo apt install chromium chromium-l10n 进行安装。

Related

Install WSL Debian

官方的WSL分发版中,Debian的版本已经更新到13(代号trixie),大量的软件包得到了更新,可以长期稳定使用。

Create Git Empty Branch

Create a new unborn branch, named <new-branch>. All tracked files are removed.

Ubuntu Phased Updates

Phased updates are software updates that are gradually rolled out to users rather than all users getting the updates at the same time.