mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
paci: add page
This commit is contained in:
parent
3a0d13a8d2
commit
272cb1a62f
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
|
||||
|
||||
> Your friendly, lightweight and flexible package manager. Written in Python.
|
||||
|
||||
- Install `paci` and configure it:
|
||||
|
||||
`bash <(curl -s https://raw.githubusercontent.com/tradebyte/paci/master/.github/bin/install.sh)`
|
||||
|
||||
- Search for a given package:
|
||||
|
||||
`paci search {{package}}`
|
||||
|
||||
- Install a package:
|
||||
|
||||
`paci install {{package}}`
|
||||
|
||||
- Update a package:
|
||||
|
||||
`paci update {{package}}`
|
||||
|
||||
- Update the list of available packages and versions (it's recommended to run this before other `paci` commands):
|
||||
|
||||
`paci refresh`
|
Loading…
Add table
Reference in a new issue