
Then how do you install Google Chrome on Ubuntu? The simple answer is that you download it from their website. Chromium is similar to Chrome, but it is still not the real Google Chrome. It will probably suggest installing Chromium (the open source project Chrome is derived from). Google Chrome is not open source and if you try to install Google Chrome from Ubuntu Software Center, you won’t find it there. However, if you are an ardent fan of Google Chrome, I won’t force you to ditch Chrome and move to Firefox. Firefox has improved a lot lately and is a better choice especially from the privacy point of view. Ubuntu comes pre-installed with Firefox browser. It is fast, secure and full of features to give you the best browsing experience. Remove GPG key and repository: sudo rm -rf /etc/apt//google_linux_signing_key.asc sudo rm -rf /etc/apt//google-chrome.Google Chrome is the world’s most popular web browser. If you want to completely remove Google Chrome and related dependencies, execute the following command: sudo apt purge -autoremove -y google-chrome-stable google-chrome -headless -disable-gpu -screenshot=test.png -window-size=1920,1080 Uninstall Google Chrome The screenshot is saved as a test.png file in the current working directory. The following command captures a screenshot of a page. We can run the Google Chrome in a headless environment. When installation is completed, we can check Google Chrome version: google-chrome -version Testing Google Chrome

Update the package lists and install Google Chrome: sudo apt update sudo apt install -y google-chrome-stable Install Google Chromeĭownload GPG key by using the following command: sudo wget -qO /etc/apt//google_linux_signing_key.asc Īdd the Google Chrome repository: echo "deb stable main" | sudo tee /etc/apt//google-chrome.list This tutorial shows how to install Google Chrome on Ubuntu 22.04. Chrome is based on the open-source Chromium project. Chrome is a free software, but is not open-source. Google Chrome is a cross-platform, fast, secure web browser developed by Google.
