mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 04:59:33 +00:00
Update cheatsheets
This commit is contained in:
29
paci
Normal file
29
paci
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# paci
|
||||
|
||||
> A package manager for Bash scripts.
|
||||
> More information: <https://github.com/tradebyte/paci>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user