Pamac, a graphic tool to manage Arch Linux packages

Pamac is a graphical tool to manage your packages. Easy to use, you will gain time in searching and managing your packages in your system.

A graphical tool to manage your Arch Linux packages can be useful. In this post, I will show you the installation and usage of “pamac ” and its dependence package-query, needed to search packages.

Easy to use, this tool is something practical in a daily use of your PC. If no already done, you need to install some tools to prepare the compilation. Next, we’ll clone the repository and start the set-up.

Pamac installation#

The recommended method is to use an AUR helper like yay or paru (see YAY installation guide ):

bash
yay -S pamac-aur

Or manually from AUR:

bash
sudo pacman -S --needed base-devel git
cd /tmp && git clone https://aur.archlinux.org/pamac-aur.git
cd pamac-aur && makepkg -si

When installation is done, pamac will be accessible in the application launcher, or in a terminal when you type pamac.

Pamac is usable when you are a standard user, you do not need admin rights or sudo, unless you start an installation of a package. Search for package doesn’t need admin rights.

Do you use Gnome environment ? Install the package gnome-software-packagekit-plugin. This plugin let you access directly the gnome app store to view and search for Arch Linux packages.

Manjaro already use this tool (wiki Manjaro), and today it’s one of the most used tool for a graphical package manager.

Stay Updated

Subscribe to the RSS feed or follow for new articles.

Related articles

Latest in #archlinux

No image

Emojis in Arch Linux

You don't see emojis in your freshly installed Arch Linux? One packet is enough to solve the problem, follow the guide!

Read more