Skip to content

A simple wrapper for several package managers inspired by FreeBSD's pkg(8).

License

Notifications You must be signed in to change notification settings

lukrop/pkg-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pkg-wrapper

This is a small wrapper for several package managers with tab-completion. It provides a simple interface inspired by FreeBSD's pkg(8).

Supported package managers

  • XBPS (voidlinux)
  • pacman (ArchLinux)
  • dpkg (Debian and derivatives)

Installation

curl -o /usr/local/bin/pkg https://raw.githubusercontent.com/lukrop/pkg-wrapper/master/pkg
chmod +x /usr/local/bin/pkg

Example usage

Install package somepackage

pkg install somepackage

Remove somepackage

pkg remove anotherpkg

Upgrade all packages

pkg upgrade

Find package to which /some/file belongs

pkg which /some/file

Hold somepackage at current version

pkg hold somepackage

See pkg help for more.

About

A simple wrapper for several package managers inspired by FreeBSD's pkg(8).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages