A stupid simple, lightweight, multi-package manager wrapper that simplifies arguments and usage
- pacman->AUR (Arch Linux)
- apt (Debian)
- rpm (RHEL)
- winget (Windows)
get help from your package manager
pkg {-?|-h|--help|help}update packages
pkg
# or
pkg {-u|update|sync}install specified package(s)
pkg {-a|add|install} <package>show information about specified package(s)
pkg {-i|info|show} <package>list installed packages
pkg {-l|list}list database packages
pkg {-la|list-all}search for specified package(s) in database
pkg {-s|search|look} <package>uninstall specified package(s)
pkg {-d|del|delete|rmv|remove|uninstall} <package>