How to Install google chrome on Ubuntu 20.04 LTS
Google Chrome is an internet browser developed by Google. It was first released in 2008 for Microsoft Windows later ported to Linux, macOS, iOS, and Android. If you need to download and install Google Chrome on Ubuntu 20.04 Focal Fossa using the gdebi Linux use the following steps.
1. First install the gdebi and wget packages using following command.
$ sudo apt-get install gdebi-core wget
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo gdebi google-chrome-stable_current_amd64.deb
0 Comments