Installing Arch Linux is considered challenging. This is why several Arch-based distributions exist to make things easier by providing a graphical installer.
Even if you manage to install Arch Linux, you’ll notice that it relies heavily on the command line. You’ll have to open the terminal if you have to install applications or update the system.
Yes! Arch Linux does not have a software center. Shocking for many, I know.
If you feel uncomfortable using the command line for managing applications, you can install a GUI tool. This helps in searching for packages and installing and removing them from the comfort of the GUI.
Wondering which graphical frontend for pacman commands you should use? I have some suggestions to help you get started.
Please note that some software managers are desktop environment specific.
1. Apper
Apper is a minimal Qt5 application and package manager using PackageKit which also supports AppStream and automatic updates. But, there is no AUR support.
To install it from the official repos use the command below.
sudo pacman -Syu apper
2. Deepin App Store
Deepin App Store is an app store for Deepin Desktop Environment built with DTK(Qt5), using PackageKit with AppStream support and also provides system update notifications. There is no AUR support.
To install it, use the command below.
sudo pacman -Syu deepin-store
3. Discover
Discover needs no introduction for KDE Plasma users. It is a Qt-based application manager using PackageKit which supports AppStream, Flatpak and Firmware updates.
For installing Flatpak and Firmware updates from Discover flatpak
and fwupd
packages need to be installed respectively.
There is no AUR support.
sudo pacman -Syu discover packagekit-qt5
4. GNOME PackageKit
GNOME PackageKit is a GTK3 package manager using PackageKit which supports AppStream. Unfortunately, there is no AUR support.
To install it from the official repos use the command below.
sudo pacman -Syu gnome-packagekit
5. GNOME Software
GNOME Software needs no introduction for GNOME desktop users. It is the GTK4 application manager using PackageKit which supports AppStream, Flatpak and Firmware updates.
There is no AUR support. To install Flatpak and Firmware updates from GNOME Software flatpak
and fwupd
packages need to be installed respectively.
Install it using:
sudo pacman -Syu gnome-software-packagekit-plugin gnome-software