How to Install Google Chrome in Arch-based Linux Distributions? - GeeksforGeeks (2024)

Last Updated : 05 Oct, 2021

Summarize

Comments

Improve

Google Chrome is a world-wide very popular browser. Google Chrome is not an open-source project, hence chrome is not preinstalled on Linux systems. The installation of Google Chrome on Linux distributions like Ubuntu is very easy. For Arch Linux and Arch-based distributions, Google Chrome is available on Arch User Repository(AUR).

We will install google-chrome on arch Linux by two methods.

Method 1: Installing Google Chrome with an AUR Helper

For installation of packages from the AUR, We can use the AUR helper to install Google Chrome. To install chrome on Arch Linux, first, we need to install the AUR helper on the system.

Installing AUR helper

There are many AUR helpers by using which we can install the AUR packages, but for this tutorial, we are going to use yay AUR helper. To install the yay AUR helper, first, we need to install the git and base-devel group package on the system. So to install the git on the system, use the following command:

sudo pacman -S --needed base-devel git

To install yay on the Arch, use the following commands:

git clone https://aur.archlinux.org/yay-git.gitcd yay-gitmakepkg -sri

How to Install Google Chrome in Arch-based Linux Distributions? - GeeksforGeeks (1)

Now we have installed the yay AUR helper on the system. yay provide similar flags like Pacman to manage the packages. So to install the packages using the yay use -S option with yay command.

Installing chrome:

To install the google-chrome on Arch with yay, use the following command:

yay -S google-chrome

How to Install Google Chrome in Arch-based Linux Distributions? - GeeksforGeeks (2)

Yay shows all package related to the Google Chrome and ask to choose which package have to install. So we have chosen default (1) package.

Upgrading chrome with yay:

Packages installed with yay are not upgraded with pacman command, we have to upgrade the chrome with the yay AUR helper. To update the package use -Suy option with yay command.

yay -Suy

This command will update all packages.

How to Install Google Chrome in Arch-based Linux Distributions? - GeeksforGeeks (3)

Method 2: Install Google Chrome without an AUR Helper

We can install the google-chrome without using the AUR helper by cloning the repo from the AUR.

Installing dependency:

To install the packages from AUR we must have installed the git and base-devel group package on the system. To install these packages, use the following command:

sudo pacman -S --needed base-devel git

Installing chrome:

To install the chrome, clone the google-chrome AUR repo. Use the following command to install Google Chrome:

git clone https://aur.archlinux.org/google-chrome.gitcd google-chromemakepkg -sri

How to Install Google Chrome in Arch-based Linux Distributions? - GeeksforGeeks (4)

Upgrading chrome:

We have to manually upgrade the google-chrome when its new version is available on the AUR repo. So to upgrade the package using the following command in the chrome repo cloned directory.

git pullmakepkg -si


Please Login to comment...

How to Install Google Chrome in Arch-based Linux Distributions? - GeeksforGeeks (2024)

FAQs

How to install Chrome in Linux Arch? ›

install google chrome arch linux
  1. Open the Terminal by pressing Ctrl + Alt + T or searching for Terminal in the application launcher.
  2. Update the system's package database and upgrade the installed packages to their latest version by running the following. ...
  3. Install the required dependencies by running the following command:
Mar 31, 2023

How do I install Google Chrome in Linux? ›

Overview of steps
  1. Download the Chrome browser package file.
  2. Use your preferred editor to create JSON configuration files with your corporate policies.
  3. Set up Chrome apps and extensions.
  4. Push Chrome browser and the configuration files to your users' Linux computers using your preferred deployment tool or script.

How to download Chromium in Arch? ›

Enable snaps on Arch Linux and install chromium
  1. Enable snaps on Arch Linux and install chromium. ...
  2. On Arch Linux, snap can be installed from the Arch User Repository (AUR). ...
  3. If AppArmor is enabled in your system, enable the service which loads AppArmor profiles for snaps:

How to install Chrome OS on Linux? ›

First, go to Settings, expand the “Advanced” menu and go to “Developers”. Then “Turn on” Linux: Enable Linux from Chrome settings. ChromeOS will automatically download the necessary files and set up your Linux container.

Does Arch support Chrome? ›

The good news is that you can install Chrome on Manjaro from AUR, or the Arch User Repository (technically you install a helper script from the AUR and that installs Chrome for you, but the end result is the same so 💁🏻‍♂️). First you need to enable AUR support in Manjaro.

How to install in Arch Linux terminal? ›

How to Install Arch Linux
  1. Generate the fstab File.
  2. Use Arch-Chroot and Enter the Mounted Disk as Root.
  3. Set the Time Zone.
  4. Set the Locale.
  5. Set the Hostname File.
  6. Set the Root Password.
Jun 11, 2024

What is the difference between Chrome and Chromium? ›

Chrome is a web browser developed by Google, while Chromium is an open-source software project also created by Google. Chromium's source code is the basis for many other popular browsers. Most of Chrome's source code comes from Chromium, but Chrome is licensed as proprietary freeware.

Does arc run on Chromium? ›

The sidebar contains all of the browser's functionality besides the browsing window. Arc is based on Chromium and is written in Swift. It supports Chrome browser extensions, and uses Google Search by default.

How do I download Chromium from Linux terminal? ›

Installing Chromium browser on Ubuntu Linux
  1. Open the terminal application.
  2. Search for Chromium browser snaps on Ubuntu Linux: $ snap search chromium. ...
  3. Install Chromium package, run: ...
  4. I also suggest installing a codecs package to play Netflix, Prime and other such video services on Ubuntu Linux, type: ...
  5. That is all.
Apr 24, 2024

How do I install ChromeOS directly? ›

Download from Google
  1. On your device, download the latest ChromeOS Flex installer image.
  2. Use your preferred decompression tool to unzip the file.
  3. Insert your USB drive. Be sure to remove all other removable media.
  4. Create the installer. If you're using a third-party utility, refer to product documentation.

Is ChromeOS compatible with Linux? ›

Linux is a feature that lets you develop software using your Chromebook. You can install Linux command line tools, code editors, and IDEs (integrated development environments) on your Chromebook.

How to install Chrome in Linux user? ›

Installing Chrome on Linux using the Terminal
  1. Step 1: Installing wget utility. wget is a command line utility used for downloading files without user intervention. ...
  2. Step 2: Downloading the Chrome Package. We will now use the wget utility to download the latest . ...
  3. Step 3: Installing Chrome. ...
  4. Step 4: Launching Chrome.
Mar 26, 2024

How to install Chrome remote desktop on Arch Linux? ›

Brinsky commented on 2019-12-06 13:58 (UTC)
  1. Build and install the package.
  2. run crd --setup.
  3. (Optional) Configure execution of your preferred window manager in ~/. ...
  4. Click "next" and "authorize" through each instruction.
  5. Set up a name and PIN.
  6. Wait for successful output containing "Host ready to receive connections."

How to install Chrome and ChromeDriver in Linux? ›

Installing Google Chrome
  1. Visit the official download page: ...
  2. Install the package:
  3. Determine your Chrome version:
  4. Download the appropriate ChromeDriver:
  5. Extract and move ChromeDriver:
  6. Check your Python version:
  7. Create a new virtual environment:
  8. Activate the virtual environment:
Oct 3, 2023

Top Articles
Do You Pay Taxes On Capital Gains That Are Reinvested?
Maintenance Mode
Moon Stone Pokemon Heart Gold
855-392-7812
4-Hour Private ATV Riding Experience in Adirondacks 2024 on Cool Destinations
Nyuonsite
Bhad Bhabie Shares Footage Of Her Child's Father Beating Her Up, Wants Him To 'Get Help'
My.doculivery.com/Crowncork
Evangeline Downs Racetrack Entries
My.doculivery.com/Crowncork
Citymd West 146Th Urgent Care - Nyc Photos
Vintage Stock Edmond Ok
White Pages Corpus Christi
Site : Storagealamogordo.com Easy Call
Earl David Worden Military Service
97226 Zip Code
Walgreens Tanque Verde And Catalina Hwy
Greyson Alexander Thorn
Chime Ssi Payment 2023
How To Tighten Lug Nuts Properly (Torque Specs) | TireGrades
At 25 Years, Understanding The Longevity Of Craigslist
Xxn Abbreviation List 2017 Pdf
Giantbodybuilder.com
Aes Salt Lake City Showdown
Bend Missed Connections
Jail Roster Independence Ks
Gridwords Factoring 1 Answers Pdf
Kaiser Infozone
Mega Millions Lottery - Winning Numbers & Results
Nicole Wallace Mother Of Pearl Necklace
M3Gan Showtimes Near Cinemark North Hills And Xd
Personalised Handmade 50th, 60th, 70th, 80th Birthday Card, Sister, Mum, Friend | eBay
R Nba Fantasy
Culvers Lyons Flavor Of The Day
Uc Santa Cruz Events
How to play Yahoo Fantasy Football | Yahoo Help - SLN24152
Has any non-Muslim here who read the Quran and unironically ENJOYED it?
Htb Forums
Discover Wisconsin Season 16
Lamp Repair Kansas City Mo
Top 40 Minecraft mods to enhance your gaming experience
6576771660
Login
Quick Base Dcps
Reilly Auto Parts Store Hours
Port Huron Newspaper
Lorton Transfer Station
Germany’s intensely private and immensely wealthy Reimann family
Shannon Sharpe Pointing Gif
Marine Forecast Sandy Hook To Manasquan Inlet
Gelato 47 Allbud
Honeybee: Classification, Morphology, Types, and Lifecycle
Latest Posts
Article information

Author: Kimberely Baumbach CPA

Last Updated:

Views: 6279

Rating: 4 / 5 (61 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Kimberely Baumbach CPA

Birthday: 1996-01-14

Address: 8381 Boyce Course, Imeldachester, ND 74681

Phone: +3571286597580

Job: Product Banking Analyst

Hobby: Cosplaying, Inline skating, Amateur radio, Baton twirling, Mountaineering, Flying, Archery

Introduction: My name is Kimberely Baumbach CPA, I am a gorgeous, bright, charming, encouraging, zealous, lively, good person who loves writing and wants to share my knowledge and understanding with you.