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