ubuntu An Han google browser

In the terminal, enter the following command:

        sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/

 

     wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -

 

  sudo apt-get update

  sudo apt-get install google-chrome-stable

Finally, if all goes well, execute the following command in the terminal:

        /usr/bin/google-chrome-stable

Guess you like

Origin www.cnblogs.com/lovebay/p/11162211.html