PikoPong
  • Web Dev
  • Hack
  • Database
  • Big Data
  • AWS
  • Linux
No Result
View All Result
PikoPong
  • Web Dev
  • Hack
  • Database
  • Big Data
  • AWS
  • Linux
No Result
View All Result
PikoPong
No Result
View All Result
Home Linux

How to Install Google Chrome in Arch Linux and Manjaro

July 27, 2020
in Linux
286 6
How to Install Google Chrome in Arch Linux and Manjaro


Brief: A step-by-step beginner’s tutorial showing how to install Google chrome in Arch, Manjaro and other Arch-based Linux distributions.

Google Chrome is undeniably the most popular web browser. It is not open source software and this is why you won’t see it preinstalled in Linux distributions you use. You won’t even find Chrome in the software center.

Installing Google Chrome is easy in Ubuntu and Fedora based distribution. You can go to Chrome’s website and download the DEB or RPM installer files and install it easily.

Arch Linux users may notice that there is no package for them on the official Google Chrome website.

Fortunately, Google Chrome is available on Arch User Repository (AUR) for Arch, Manjaro and other Arch-based Linux distributions. You can install Google Chrome using an AUR Helper easily or use Git to install it without AUR helper.

I will cover both options in this tutorial.

Method 1: Installing Google Chrome with an AUR Helper

I hope that you are familiar with the concept of AUR (Arch User Repository) and AUR helpers. If not, please read our articles on what is AUR and what are AUR helpers and how to install them.

Step 1: Install an AUR helper (if you haven’t got one already)

There are quite a few AUR Helpers to choose but in this tutorial, I will use yay which I have installed on my machine. You should install it if you haven’t got it already:

sudo pacman -S git
sudo git clone https://aur.archlinux.org/yay-git.git
cd yay
makepkg -siStep 2: Install Google Chrome using AUR helper

Now, to install Google Chrome in Arch Linux using yay:

yay -S google-chrome

As you see, yay found all the available packages related to Google Chrome. I will choose the stable package to install, the same as I chose for the other installation method.

Step 3: Upgrading Chrome version with yay

You successfully installed Chrome on your Arch-based distribution. However, you should also know what to do if there is a new version of Google Chrome available.

You cannot upgrade AUR packages with pacman command unfortunately. But the good thing is that Yay and pacman share common flags for performing similar actions.

Keep in mind that unlike pacman, yay shouldn’t be run with “sudo” privilege.

The following command will upgrade all the packages – both AUR and official.

yay -Syu

Method 2: Install Google Chrome without an AUR Helper

You’ll still be getting the package from Arch User Repository. However, instead of AUR helper, you’ll be doing it manually.

Step 1: Install base-devel package

To install a package from AUR you must have Git and base-devel group installed. Base-devel group contains all the essential tools for compiling from source.

sudo pacman -S –needed base-devel gitStep 2: Install Chrome from AUR

Clone Google Chrome from the AUR and install it like this:

git clone https://aur.archlinux.org/google-chrome.git
cd google-chrome
makepkg -siStep 3: Upgrading Google Chrome afterward

When a new version of Google Chrome is released and it is available in the AUR, you can upgrade it manually like this:

git pull
makepkg -si

Conclusion

As you can see, it is slightly complicated to install Google Chrome in the Arch domain. But that’s the beauty of it. Many people use Arch because it gets you doing more things in the terminal.

If you encountered any difficulty when you try to install Google Chrome, let us know at the comment section or share your thoughts.

Make sure to subscribe on our social media to get first the latest Linux news!

Like what you read? Please share it with others.



Source link

Share219Tweet137Share55Pin49

Related Posts

How to Uninstall Applications from Ubuntu [Beginner’s Guide]
Linux

How to Uninstall Applications from Ubuntu [Beginner’s Guide]

Don’t use a certain application anymore? Remove it. In fact, removing programs is one of the easiest ways to...

January 20, 2021
Highlighted Text Not Visible in Gedit in Dark Mode? Fix it!
Linux

Highlighted Text Not Visible in Gedit in Dark Mode? Fix it!

I love using dark mode in Ubuntu. It’s soothing on the eyes and makes the system look aesthetically more...

January 19, 2021
Haruna Video Player: An Open-Source Qt-based MPV GUI Front-end for Linux
Linux

Haruna Video Player: An Open-Source Qt-based MPV GUI Front-end for Linux

Brief: A Qt-based video player for Linux that acts as a front-end to mpv along with the ability to...

January 18, 2021
11 Ways to Modify the Looks of KDE
Linux

11 Ways to Modify the Looks of KDE

KDE Plasma desktop is unarguably the pinnacle of customization, as you can change almost anything you want. You can...

January 17, 2021
Next Post
Consuming REST APIs In React With Fetch And Axios — Smashing Magazine

Create A Responsive Dashboard With Angular Material And ng2-Charts — Smashing Magazine

Open Source Software for Online Teaching

Open Source Software for Online Teaching

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

Using serverless backends to iterate quickly on web apps – part 3 : idk.dev

Using serverless backends to iterate quickly on web apps – part 3 : idk.dev

August 31, 2020
Demystifying Django’s Magic — Smashing Magazine

Demystifying Django’s Magic — Smashing Magazine

September 2, 2020
Not Much | CSS-Tricks

Not Much | CSS-Tricks

December 14, 2020
Ubuntu Budgie 20.04 Review: Smooth, Polished & Plenty of Changes

Ubuntu Budgie 20.04 Review: Smooth, Polished & Plenty of Changes

May 25, 2020

Categories

  • AWS
  • Big Data
  • Database
  • DevOps
  • IoT
  • Linux
  • Web Dev
No Result
View All Result
  • Web Dev
  • Hack
  • Database
  • Big Data
  • AWS
  • Linux

Welcome Back!

Login to your account below

Forgotten Password?

Create New Account!

Fill the forms bellow to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In