gpm icon indicating copy to clipboard operation
gpm copied to clipboard

:package: :octopus: The package manager built on GitHub

gpm

GPM

:package:The Linux package manager built on GitHub:octopus:


Welcome to gpm! gpm (Github Package Manager) is a binary distribution tool built off of GitHub. It uses a familiar apt-like syntax and pulls all binaries straight from GitHub repositories.

Installation

There are a few ways to install gpm:

Using snapcraft

Get it from the Snap Store

sudo snap install --edge --devmode github-package-manager

Building from source:

git clone https://github.com/cbrnrd/gpm && cd gpm && sudo make install

Install script:

curl -fsSL https://git.io/get-gpm | sudo bash

GitHub Releases

You can get the latest release here

Usage

Installing a package is simple, here is the gist of it: sudo gpm install user/repo.

If the repository owner has set their package up correctly, you should be able to run the installed binaries.

Contributing

  1. Fork it ( https://github.com/cbrnrd/ezdb/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • cbrnrd cbrnrd - creator, maintainer