Skip to content
/ pkg Public
forked from wick3dr0se/pkm

A stupid simple, lightweight, multi-package manager wrapper written in BASH

Notifications You must be signed in to change notification settings

MrDraxs/pkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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>

About

A stupid simple, lightweight, multi-package manager wrapper written in BASH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%