A package manager for Bash scripts on Ubuntu Linux.
# To update the list of available packages and versions (it's recommended to run this before other 'paci' commands):
paci refresh
# To configure its behaviour:
paci configure
# To search for a given package:
paci search <package>
# To install a package:
paci install <package>
# To update a package:
paci update <package>