paci
wrapper around pacman, the Arch Linux package manager
TLDR
Search for package
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.
