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
- Host: GitHub
- URL: https://github.com/manjaro/pamac-cli
- Owner: manjaro
- License: gpl-3.0
- Created: 2024-09-18T12:16:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T11:16:58.000Z (12 months ago)
- Last Synced: 2025-03-30T08:25:33.305Z (10 months ago)
- Topics: cli, linux, package-manager-tool
- Language: Vala
- Homepage:
- Size: 178 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
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).