How To Install Google Chrome On Linux - IbsterTech


Note: Make sure you watch the video below, to install google chrome without any problems!

About Google Chrome

Google Chrome is a cross-platform web browser developed by Google.
It was first released in 2008 for Microsoft Windows, built with free software components from Apple WebKit and Mozilla Firefox.
It was later ported to Linux, macOS, iOS, and Android, where it is the default browser. Wikipedia

Method 1

Make Sure Your System Is UpTo Date:

sudo apt update -y && sudo apt upgrade -y

Installation of wget:

sudo apt install wget

Installing Google Chrome:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo dpkg -i google-chrome-stable_current_amd64.deb

Works For RPM Based Linux Distros:

Method 2

Make Sure Your System Is UpTo Date:

sudo apt update -y && sudo apt upgrade -y

Adding the official Flatpak PPA:

sudo add-apt-repository ppa:flatpak/stable

Installation of flatpak:

sudo apt install flatpak

Install the Software Flatpak plugin:

sudo apt install gnome-software-plugin-flatpak

Add the Flathub repository:

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Installing Google Chrome:

flatpak install flathub com.google.Chrome