mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
paci: add page (#1767)
This commit is contained in:
commit
c7be9de117
1 changed files with 23 additions and 0 deletions
23
pages/common/paci.md
Normal file
23
pages/common/paci.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# paci
|
||||
|
||||
> A lightweight and flexible 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}}`
|
Loading…
Add table
Reference in a new issue