1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/paci.md

24 lines
379 B
Markdown
Raw Normal View History

2017-12-07 17:09:23 +01:00
# paci
2020-02-17 11:22:20 -03:00
> A package manager for bash scripts.
2017-12-07 17:09:23 +01:00
2017-12-08 07:51:59 +01:00
- Update the list of available packages and versions (it's recommended to run this before other `paci` commands):
`paci refresh`
2017-12-13 22:35:12 +01:00
- Configure its behaviour:
2017-12-07 17:09:23 +01:00
`paci configure`
2017-12-07 17:09:23 +01:00
- Search for a given package:
`paci search {{package}}`
- Install a package:
`paci install {{package}}`
- Update a package:
`paci update {{package}}`