An open API service indexing awesome lists of open source software.

https://github.com/manjaro/pamac-cli

Terminal Package Manager for Manjaro Linux with Alpm, AUR, Appstream, Flatpak and Snap support
https://github.com/manjaro/pamac-cli

cli linux package-manager-tool

Last synced: 5 months ago
JSON representation

Terminal Package Manager for Manjaro Linux with Alpm, AUR, Appstream, Flatpak and Snap support

Awesome Lists containing this project

README

          

CLI front end of [libpamac](https://gitlab.manjaro.org/applications/libpamac)

#### 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).