mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
441 B
441 B
paci
A package manager for Bash scripts. More information: https://github.com/tradebyte/paci#usage.
- Update the list of available packages and versions (it's recommended to run this before other
pacicommands):
paci refresh
- Configure its behavior:
paci configure
- Search for a given package:
paci search {{package}}
- Install a package:
paci install {{package}}
- Update a package:
paci update {{package}}