Archlinux Pacman

PREAMBLE

Tutorial expresses the author's subjective ideas and conform to AAL license.


Description

Basic operators of Pacman command.


Intro

Of course, inspired by man pacman.


Next Level

# pacman -[Q|S|R|U] --help

Get info about package on a remote repository
# pacman -Si antiword

Search for a package when you know only part of the package name
# pacman -Ss microsoft
OR
# pacman -Ss microsoft | grep -i "doc" | less

List all installed packages
# pacman -Qe | less

Install package from repository
# pacman -S antiword


Last thoughts

Be shure that I will update tutorial in the future. So, stay on tune. And, in case it was useful, share please with your fellows or comment something regarded the subject.

For donations use that link.

Comments