Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manjaro/pamac
Graphical Package Manager for Manjaro Linux with Alpm, AUR, Appstream, Flatpak and Snap support
https://github.com/manjaro/pamac
gui-application linux package-manager
Last synced: 3 days ago
JSON representation
Graphical Package Manager for Manjaro Linux with Alpm, AUR, Appstream, Flatpak and Snap support
- Host: GitHub
- URL: https://github.com/manjaro/pamac
- Owner: manjaro
- License: gpl-3.0
- Created: 2014-09-20T06:44:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T14:47:04.000Z (17 days ago)
- Last Synced: 2024-10-29T21:06:04.963Z (14 days ago)
- Topics: gui-application, linux, package-manager
- Language: Vala
- Homepage:
- Size: 13.6 MB
- Stars: 236
- Watchers: 19
- Forks: 42
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Pamac is a Gtk and CLI front ends of [libpamac](https://gitlab.manjaro.org/applications/libpamac)
#### Features
- pamac: an easy [CLI](https://gitlab.manjaro.org/applications/pamac-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](http://mesonbuild.com/index.html) 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](https://www.transifex.com/manjarolinux/manjaro-pamac).