tldr/pages/common/paci.md

24 lines
393 B
Markdown

# paci
> A lightweight and flexible package manager for bash scripts.
- Configure it:
`paci configure`
- Search for a given package:
`paci search {{package}}`
- Install a package:
`paci install {{package}}`
- Update a package:
`paci update {{package}}`
- Update the list of available packages and versions (it's recommended to run this before other `paci` commands):
`paci refresh`