1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 11:24:56 +02:00
tldr/pages/common/paci.md
2020-02-20 18:00:28 +01:00

23 lines
379 B
Markdown

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