2026-03-02
知识库
0

1、下载浏览器安装包

shell
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

2、执行安装(WSL中需sudo权限)

shell
sudo dpkg -i google-chrome-stable_current_amd64.deb

3、如遇依赖问题,执行

shell
sudo apt install -f