Package Manager Abstraction - frontend to major package managers
  • C 97.1%
  • Shell 2.9%
Find a file
2026-09-14 17:51:17 -03:00
common_utils@48c7021af3 use better run_privileged() 2026-09-09 01:22:58 -03:00
include fix typo (pkh -> pkg) 2026-09-13 12:05:27 -03:00
src noninteractive by default now configurable 2026-09-14 17:51:17 -03:00
.clang-format format & tidy 2026-06-27 19:25:13 -03:00
.clang-tidy format & tidy 2026-06-27 19:25:13 -03:00
.gitattributes tidy 2026-08-04 15:37:47 -03:00
.gitignore rename to pma 2026-06-21 20:15:58 -03:00
.gitmodules module url 2026-08-16 23:39:04 -03:00
build.bash noninteractive by default now configurable 2026-09-14 17:51:17 -03:00
config.h noninteractive by default now configurable 2026-09-14 17:51:17 -03:00
format_and_tidy.sh something 2026-09-09 00:42:53 -03:00
LICENSE gitos 2026-06-03 12:43:04 -03:00
README.md a 2026-09-08 23:15:12 -03:00

Package Manager Abtraction

A tool to wrap and abstract the usage of package managers across operating systems.

Version 0.3:

Features:

  • Install a package
  • Remove a package
  • Update the system
  • Search for a package by name
  • Query which package owns or installed a file

Tested on:

  • Void Linux
  • Alpine Linux
  • FreeBSD

Package managers supported as of now:

  • Pacman
  • XBPS
  • DNF
  • APT
  • APK
  • FreeBSD PKG