HostOnNet Blog

pacman – Installing software in Arch Linux

Looking for Linux Server Admin or WordPress Expert? We can help.

packman is package management tool used in Arch linux. It is like yum on RedHat Linux, apt on Debian/Ubuntu.

If you already familiar with yum, dnf or apt, arch linux wiki have list of equivalent commands for pacman

https://wiki.archlinux.org/index.php/Pacman/Rosetta

Update all software on system

pacman -Syu

Search for a package

To search for a package, run

pacman -Ss  PACKAGE_NAME

Install a package

To install a package, run

pacman -S PACKAGE_NAME

Uninstall a package

pacman -R PACKAGE_NAME

Posted in Linux

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.