ubuntu20 install google browser

cd ~/Downloads/

sudo apt-get update

sudo apt-get install libnss3

sudo apt-get install dpkg

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

sudo dpkg -i google-chrome*

sudo apt-get -f install
 

Guess you like

Origin blog.csdn.net/nyist_yangguang/article/details/114917693