2025-03-14 21:59:59 -06:00
|
|
|
# paci
|
|
|
|
|
|
|
|
|
|
> A package manager for Bash scripts.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/tradebyte/paci#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Update the list of available packages and versions (it's recommended to run this before other `paci` commands):
|
|
|
|
|
|
|
|
|
|
`paci refresh`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Configure its behavior:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`paci configure`
|
|
|
|
|
|
|
|
|
|
- Search for a given package:
|
|
|
|
|
|
|
|
|
|
`paci search {{package}}`
|
|
|
|
|
|
|
|
|
|
- Install a package:
|
|
|
|
|
|
|
|
|
|
`paci install {{package}}`
|
|
|
|
|
|
|
|
|
|
- Update a package:
|
|
|
|
|
|
|
|
|
|
`paci update {{package}}`
|