1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/common/paci.md
2020-02-20 18:00:28 +01:00

379 B

paci

A 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}}