chromium

An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.
Details for chromium
License
- Apache-2.0 AND BSD-3-Clause AND LGPL-2.0 AND LGPL-2.1 AND MIT AND MS-PL AND (GPL-2.0+ OR LGPL-2.1+ OR MPL-1.1)
Last updated
- 10 March 2023 — latest/stable
- 28 October 2023 — latest/beta
Websites
Contact
External link warning
You are about to open
Do you wish to proceed?
Enable snaps on Manjaro Linux and install chromium
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Enable snapd
Snapd can be installed from Manjaro’s Add/Remove Software application (Pamac), found in the launch menu. From the application, search for snapd, select the result, and click Apply.
Alternatively, snapd can be installed from the command line:
sudo pacman -S snapd
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap :
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
Install chromium
To install chromium, simply use the following command:
sudo snap install chromium
How to Install Google Chrome in Arch-based Linux Distributions
A step-by-step beginner’s tutorial showing how to install Google chrome in Arch, Manjaro and other Arch-based Linux distributions.
06 Sep 2023 3 min read
On this page
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 --needed base-devel git git clone https://aur.archlinux.org/yay-git.git cd yay makepkg -si
Step 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 git
Step 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 -si

Step 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!
About the author
Dimitrios
Dimitrios is an MSc Mechanical Engineer but a Linux enthusiast in heart. His machines are powered by Arch Linux but curiosity drives him to constantly test other distros. Challenge is part of his per

Give Your Linux Desktop a Halloween Makeover
![How to Contribute to Open Source in Hacktoberfest [Ultimate Guide]](https://itsfoss.com/content/images/size/w100/wordpress/2022/10/contribute-to-hacktoberfest.png)
How to Contribute to Open Source in Hacktoberfest [Ultimate Guide]
15 LibreOffice Tips to Get More Out of it

FOSS Weekly #23.43: New Peppermint Mini Distro, Remmina Guide and More Linux Stuff
26 Oct 2023

Cut, Copy and Paste in Vim
26 Oct 2023

Install, Configure and Use Remmina on Ubuntu
24 Oct 2023
Become a Better Linux User
With the FOSS Weekly Newsletter, you learn useful Linux tips, discover applications, explore new distros and stay updated with the latest from Linux world
Старый Сен Чан Тан


Многие широко используемое программное обеспечение на платформе Linux Manjaro,AUR через (Arch User Repository — сообщество инициативе пользователей библиотеки программного обеспечения) при условии,Chrome также включает в себя,Таким образом, вы хотите установить Chrome на Manjaro Linux,Мы должны сначала открыть «Сюита Manager» в «ОЗМ»。
1. Открыть «чтобы добавить или удалить программное обеспечение» (Люкс администратор),Нажмите на кнопку «Настройки»。

2. Выберите ярлык «AUR»,Нажмите кнопку «Включить поддержку Aur» и установите флажок «проверить наличие обновлений ОЗМ»。

3. Назад к главному администратору комплекта экрана,Искать”хром”,Будет ли быть в состоянии найти «Google-хром» люкс в левой категории AUR。

- Как установить Google Chrome в Linux Manjaro | FOSS Linux
- Arch User Repository (Традиционный китайский) – ArchWiki