How to Install Google Chrome on Arch Linux

Want to install the Google Chrome web browser on Arch Linux? Our clearly explained, tested & proven step-by-step guide will help you.

So, you’ve installed Archโ€”congratulations on that! One of the first things many users do after setting it up is installing a web browser. For a long time, Google Chrome has been the go-to choice for many people.

Naturally, many Arch users want to install it, too. However, there’s a small challengeโ€”Chrome isnโ€™t available in the official Arch repositories. The reason for this is simple – since Google Chrome is closed-source, it is not included in the official Arch repositories when prioritized software is open-source.

But there’s no room for worry because Chrome is available in Arch’s AUR (Arch User Repository), a great collection of user-contributed and supported software that sets Arch apart from other Linux distributions. Now, I’ll show you how easy it is to install, and it will only take a few minutes. So, let’s jump right in!

Install Chrome Browser on Arch Linux

There are two options for installing Google Chrome on your Arch system: using an AUR helper or installing the browser directly. I highly recommend taking the first approach, and hereโ€™s why.

An AUR helper is a simple program that makes it easy to manage software packages from the AUR repository (installing, updating, and removing) with a single command. Think of it as your gateway to a vast collection of software available in the Arch’s AUR. Once installed, you can bet on it to access and manage any software from AUR.

However, suppose you decide to install Chrome manually without using the AUR helper. In that case, youโ€™ll have to repeat the process for every other software you want from AUR, including manual updates (recompiling the software). In practice, almost all Arch users rely on an AUR helper to handle software from AUR efficiently.

Now that we’ve clarified those points, it’s time to start. You’re just one step away from installing Google Chrome on your Arch system.

Installing Chrome Using AUR Helper

Several AUR helpers are available, but one of the most popular and commonly used by Arch users, including myself, is yay (Yet Another Yogurt), an AUR helper written in Go. To install it, simply run the following four commands in order.

sudo pacman -S git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -siCode language: Bash (bash)

Everything will be set up in just 1-2 minutes, and the AUR helper will be installed and ready to go!

Installing the yay AUR helper on Arch Linux.
Installing the yay AUR helper on Arch Linux.

Now, you can safely exit the “yay” directory and delete it without any worries, as you no longer need it.

cd ..
rm -rf yay/Code language: Bash (bash)

And we get to the beauty and convenience that yay offers: We install the Google Chrome web browser on our Arch Linux system with just one short command.

yay -S google-chromeCode language: Bash (bash)

As the helper works, youโ€™ll be asked to choose between a few options. Simply press “Enter” to accept the default ones. In about a minute, Google Chrome will be installed.

Google Chrome has been successfully installed on Arch Linux.
Google Chrome has been successfully installed on Arch Linux.

That’s all friends. Simply launch the browser via your desktop environment’s app launcher and enjoy a smooth and hassle-free web browsing experience.

Launching Google Chrome.
Launching Google Chrome.

The first time you start Chrome, youโ€™ll have the chance to make it your default browser. You can also choose to โ€œAutomatically send usage statistics and crash reports to Google.โ€ It is up to you whether you want to enable this or not.

Google Chrome initial settings.
Google Chrome initial settings.

When you’re done, hit “OK.” Google Chrome will start. Enjoy it!

Google Chrome web browser running on Arch Linux.
Google Chrome web browser running on Arch Linux.

Install Chrome on Arch Manually (Without AUR Helper)

If you want to manually install Google Chrome from AUR without an AUR helper, type the following three commands in the terminal:

git clone https://aur.archlinux.org/google-chrome.git
cd google-chrome
makepkg -siCode language: Bash (bash)

Let me explain what this does. First, it downloads the PKGBUILD for Google Chrome from AUR. If you are unfamiliar with the concept, I just want to clarify that this is a script file used in Arch, which contains instructions on how to build packages from source.

Then, the makepkg command is used to build the package itself, using the instructions specified in the abovementionedย PKGBUILDย file.

After compiling, makepkg packages the software into an installable file (with the extension โ€œ.pkg.tar. zestโ€ used in Arch), which can then be installed using pacman.

  • -s: Automatically resolve and install build dependencies.
  • -i: Automatically install the package after building.
Installing Google Chrome on Arch manually.
Installing Google Chrome on Arch manually.

And that’s itโ€”Google Chrome is now installed on your Arch Linux system. However, I strongly reccomend using an AUR helper instead of manually installing it as we did.

Beyond the convenience, the main reason is that you’ll have to go through the entire installation process again to update this package.

Although this might not seem like a big problem for a single piece of software, imagine doing it for 100 or more AUR packages. It would become a hassle quickly!

In contrast, using the AUR helper, you can simply run “yay -Sua,” and it will automatically rebuild and install all AUR packages on your system with available updates. Doesn’t that sound more than great?

Conclusion

Following the steps outlined in this guide, you can quickly have Google Chrome up and running on yourย Arch Linuxย system and benefit from its features and compatibility.

However, if you want a more detailed overview of using the AUR repository, donโ€™t worry! Check out our “How to Install AUR Packages in Arch Linux” guide. Want to become a real wizard using the Pacman package manager? Again, we’ve got you covered.

But wait, there’s more. You know you can handle Pacman and Yay without even touching the command lineโ€”that’s how. Well, I think that’s enough for now.

Thanks for your time! As always, any suggestions and comments are highly welcome in the section below.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 68%