HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

paci — A package manager for Bash scripts. More information: <https://github.com/tradebyte/paci#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpaciclibashscriptspackageformanager

Problem

How to use the paci command: A package manager for Bash scripts. More information: <https://github.com/tradebyte/paci#usage>.

Solution

paci — A package manager for Bash scripts. More information: <https://github.com/tradebyte/paci#usage>.

Update the list of available packages and versions (it's recommended to run this before other paci commands):
paci refresh


Configure its behavior:
paci configure


Search for a given package:
paci search {{package}}


Install a package:
paci install {{package}}


Update a package:
paci update {{package}}

Code Snippets

Update the list of available packages and versions (it's recommended to run this before other `paci` commands)

paci refresh

Configure its behavior

paci configure

Search for a given package

paci search {{package}}

Install a package

paci install {{package}}

Update a package

paci update {{package}}

Context

tldr-pages: common/paci

Revisions (0)

No revisions yet.