Browsing the internet has become nowadays a necessity as people frequently consult online sources for various reasons. Therefore, it has become crucial to have an efficient browser that provides fast browsing along with a number of potentially useful features thus contributing to a seamless experience. On Arch Linux, the default browser is quite less efficient and doesn’t come with a wide range of features. Google Chrome on the other hand proves to be a far better choice in this regard and is supported on Arch Linux platform.
Outline:
How to Install Google Chrome on Arch Linux
How to Remove Google Chrome From Arch Linux
How to Install Google Chrome on Arch Linux
There are a number of various browsers like Firefox, Edge, and Tor, but Google Chrome beats them all by its efficiency and number of features. The installation process for every application differs on Arch Linux, but most of the time the default repository is the most convenient way for installation. However, the default repository might not have the updated version of the application and in that case, you have to shift to other ways. So, in the case of Google Chrome, there are various methods that can be used to install it on Arch Linux which will be discussed in this guide.
Method 1: Through Pacman
In Arch Linux pacman is the default package manager and it is the most convenient and easy way to install any application on it, so to install Google Chrome on Arch Linux execute:

Once the installation is complete launch Google Chrome browser on Arch using the following terminal command:

Method 2: Through GitHub
Another way to install Google Chrome on Arch Linux is by using the GitHub repository which provides the development teams to host repositories by giving cloud platform. On Arch Linux, git is not installed by default so you have to install it first and then visit the Arch Linux User Repository to get the git repository link for chrome. Once you have copied the link for Chrome clone its repository by executing:

Once the clone for Google Chrome is created navigate to the created directory and then install it on Arch Linux using PKGBUILD package by executing:
<strong>makepkg -si

Once the installation is complete update Google Chrome on Arch Linux using the pull command, this can be helpful if an older version is downloaded or if there are any new updates:

Now launch the Google Chrome on Arch Linux by executing:
I’m Aaliyan javaid, an electrical engineer and a passionate tech enthusiast. I have been working with embedded systems, programming, and Linux operating systems for over 2 years. I love to explore new technologies and share my knowledge and experience with others.
Alternatively, to install Google Chrome on Arch Linux we can use its deb package that is converted to zst format for Arch Linux. For that use only the s flag with makepkg command as it will install only the necessary dependencies while building the packages:
Now install Google Chrome on Arch Linux using pacman package manager along with the U flag which is responsible for upgrading the existing package:












