Skip to content
Snippets Groups Projects
user avatar
guinux authored
5740d6dc
History

Pamac is a Package Manager based on libalpm with AUR and Appstream support

Features

  • libpamac: Library to access package infos and run transactions
  • Python bindings for libpamac
  • pamac: a CLI
  • pamac-manager: a Gtk3 GUI
  • pamac-tray: a Gtk3 tray icon with updates notifications
  • pamac-tray-appindicator: a AppIndicator tray icon with updates notifications
  • pamac updates indicator: a gnome-shell extension with updates notifications

Installing from source

Pamac uses Meson build system. In the source directory run:

mkdir builddir && cd builddir

meson --prefix=/usr --sysconfdir=/etc

ninja

sudo ninja install

Translation

If you want to contribute in Pamac translations, use Transifex.