Ubuntu in chrome browser installed, uninstall

First, uninstall

sudo apt-get autoremove google-chrome-stable

Remove the download source: sudo rm /etc/apt/sources.list.d/google-chrome.list

 

Second, the installation

1. Add the source system to download the source.

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

2. Import google software public key.

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

3. Update the list of the latest system software version information.

sudo apt-get update

4. Install the stable google

sudo apt-get install google-chrome-stable

5. Start Google Chrome browser

/usr/bin/google-chrome-stable

6. Right-locked to the launcher

Guess you like

Origin www.cnblogs.com/greamrod/p/12264456.html