HOW TO INSTALL GOOGLE CHROME IN UBUNTU | Via Terminal

3 years ago
6

💻 Installing Google Chrome via Terminal on Ubuntu 20
=========================================
Installing Google Chrome on Ubuntu Linux requires that you download the installation package with the command below:

➡️ Downloading Google Chrome

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

➡️ Completion and installation, copy and paste the following command into your terminal:

~$ sudo apt install ./google-chrome-stable_current_amd64.deb

⚠️ If you need to uninstall Google Chrome, use apt-get remove

~$ sudo apt-get autoremove google-chrome-stable

Loading comments...