snippetbashTip
paci — A package manager for Bash scripts. More information: <https://github.com/tradebyte/paci#usage>.
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 refreshConfigure its behavior:
paci configureSearch 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 refreshConfigure its behavior
paci configureSearch 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.