LinuxCommandLibrary

paci

wrapper around pacman, the Arch Linux package manager

TLDR

Search for package

$ paci [package_name]
copy
Install package
$ paci -S [package]
copy
Remove package
$ paci -R [package]
copy
Update all packages
$ paci -Syu
copy
Show package info
$ paci -Qi [package]
copy
List installed packages
$ paci -Q
copy
Clean package cache
$ paci -Sc
copy
Search installed packages
$ paci -Qs [query]
copy

SYNOPSIS

paci [-S] [-R] [-Q] [-Syu] [options] [package]

DESCRIPTION

paci is a wrapper around pacman, the Arch Linux package manager. It provides a simplified interface while maintaining pacman's power.
The tool uses a familiar syntax for common operations: install, remove, update, and query. Complex pacman flags are abstracted into simpler commands.
Search functionality finds packages in repositories without requiring explicit flags. Interactive selection may be available depending on configuration.
Integration with AUR helpers may be included, enabling installation of community packages alongside official repositories.
The wrapper aims to reduce the learning curve for pacman while remaining compatible with its behavior.

PARAMETERS

-S PACKAGE

Install package.
-R PACKAGE
Remove package.
-Q
Query installed packages.
-Qi PACKAGE
Show package information.
-Qs QUERY
Search installed packages.
-Syu
System upgrade.
-Sc
Clean cache.
-Ss QUERY
Search repositories.

CAVEATS

Arch Linux specific. Wraps pacman, so pacman must be available. May not support all pacman features. Behavior may differ between implementations.

HISTORY

Various paci implementations exist as pacman wrappers. They emerged from the Arch Linux community's desire for simpler package management interfaces while maintaining access to pacman's functionality.

SEE ALSO

pacman(8), yay(1), paru(1), trizen(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community