Skip to content
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.

hwittenborn/mpm

d01ed7d9ef
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

mpm

Drone CI - Stable Drone CI - Alpha

Overview

mpm is a package manager for makedeb, allowing for installation and updates of packages from the AUR

Installation

First, set up the repository with the following commands:

sudo wget 'https://hunterwittenborn.com/keys/apt.asc' -O /etc/apt/trusted.gpg.d/hwittenborn.asc
echo 'deb [arch=all] https://repo.hunterwittenborn.com/debian/makedeb any main' | sudo tee /etc/apt/sources.list.d/makedeb.list
sudo apt update

Then, install mpm with one of the following commands:

  • mpm (stable release):
sudo apt install mpm
  • mpm (alpha release):
sudo apt install mpm-alpha

As expected, don't run the alpha release if you're expecting stability. Things could break occasionally, and you'll need to know how to get around your system when it happens.

Usage

Instructions can be found after installation with mpm --help

Other Notes

mpm will only update packages itself has installed. Likewise, if there's any AUR packages you've installed with makedeb that you'd like to to update with mpm, uninstall them and then reinstall them with mpm.

Get in touch

A Matrix room is available at #git:hunterwittenborn.com for discussion of any of my projects. Feel free to hop in if you need any help.