1、下载浏览器安装包
shellwget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2、执行安装(WSL中需sudo权限)
shellsudo dpkg -i google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
3、如遇依赖问题,执行
shellsudo apt install -f
sudo apt install -f