Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 760 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 760 Bytes

Pamac is a Gtk and CLI front ends of libpamac

Features

  • pamac: an easy CLI
  • pamac-manager: a Gtk4 GUI
  • pamac-tray: a Gtk3 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 setup --prefix=/usr --sysconfdir=/etc --buildtype=release

meson compile

sudo meson install

Translation

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