How To

Install Google Chrome Browser on Linux Mint 22

Google Chrome is web browser developed by Google for Linux, Windows, Android and iOS. The Chrome browser is designed to be simple, secure, and faster than its competitors, with Google’s smarts built-in. In this guide we will discuss the installation of Google Chrome Browser on Linux Mint 21. Google Chrome is the main component of Chrome OS.

Original content from computingforgeeks.com - post 83624

In Google Chrome each site is allocated a separate process through process isolation provided by Chrome multi-process architecture. This prevents tasks from interfering with each other, raising security and stability. A failure in one tab or process won’t affect other instances.

Install Google Chrome Browser on Linux Mint 22

Google maintains a repository for the installation of Google Chrome browser on Debian based Linux distributions. You can also download the .deb package to your Linux Mint machine and begin installation with dpkg command line package manager.

Update APT cache and install wget:

sudo apt update && sudo apt install -y wget

Download Latest Google Chrome Application:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install Google Chrome Browser on Linux Mint 22 01 scaled 1

Use apt command to install Google Chrome browser on Linux Mint 22.

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

The installation process creates a repository file for future updates.

$ cat /etc/apt/sources.list.d/google-chrome.list 
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

Google Chrome can then be updated with other OS packages by running the following commands:

sudo apt update && sudo apt upgrade -y

Search for Chrome Browser from the applications menu to launch it:

Install Google Chrome Browser on Linux Mint 22 02

You can choose to make Chrome your default browser and send usage statistics and crash reports:

Install Google Chrome Browser on Linux Mint 22 03

You’ll need to sign in to enjoy Chrome features such as Sync and other services like YouTube.

Install Google Chrome Browser on Linux Mint 22 04

Useful Google Chrome Keyboard shortcuts

These are the common Keyboard Shortcuts that will help you become more efficient while using Google Chrome Browser.

Keyboard ShortcutFunction
Crtl + nOpen a new Chrome Window
Ctrl + tabSwitch tabs to the right
Ctrl + shift + tabSwitch tabs from right to left
Ctrl + w Close and exit a tab
Cctrl + Shift + wExit a window
Ctrl + Shift + tReopen all previous tabs if you close the browser.
Ctrl + nOpen a new window
Ctrl + shift + nCreate a new incognito window

I hope you have a wonderful browsing experience with Google Chrome on your Linux Mint Workstation. Checkout other guides that might interest you:

Related Articles

Desktop How To Install Go (Golang) on Linux Mint Linux Mint How To Install Wireshark on Linux Mint 22 Linux Mint How To Install Pycharm IDE on Linux Mint 22 Linux Mint How To Install Wine on Ubuntu or Linux Mint

Leave a Comment

Press ESC to close