Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 781 Bytes

README.md

File metadata and controls

50 lines (42 loc) · 781 Bytes

pkg

A stupid simple, lightweight, multi-package manager wrapper that simplifies arguments and usage

Compatability

  • pacman->AUR (Arch Linux)
  • apt (Debian)
  • rpm (RHEL)
  • winget (Windows)

Usage

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>