Debian 安装 Google Chrome
更新系统包列表
sudo apt update
sudo apt upgrade
安装依赖工具
sudo apt install wget gpg
添加GPG密钥
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmour -o /usr/share/keyrings/chrome.gpg
配置PPA仓库
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
安装浏览器
sudo apt update
sudo apt install google-chrome-stable
评论
其他文章