Google Chrome is one of the most popular web browsers available today and is an excellent choice for Ubuntu users . Google Chrome is not open source and can't be found in unbuntu software center .This tutorial will be a hands-on demonstration to install Google Chrome on ubuntu Linux machine and Uninstall it from Ubuntu but this method can be used even for Debian, Fedora and OpenSUSE . You must have an Ubuntu computer ready to follow along. Although Ubuntu 22.04 64-bit is used in this guide, other Ubuntu releases will also function.
GoagleCrome-download link=https://www.google.com/chrome/
Command to open ubuntu terminal =Ctrl+Alt+T.
Command to refresh the list of available packages = sudo apt update.
command to download the latest version of the Google Chrome package=wget https://dl.google.com/linux/direct/go...
command to install Google Chrome for Ubuntu=sudo apt install ./google-chrome-stable_current_amd64.deb
command to launches Google Chrome =google-chrome
command to uninstall Google Chrome from ubuntu = sudo apt --purge remove google-chrome-stable