Package Details: pamac-aur 11.7.2-3

Git Clone URL: https://aur.archlinux.org/pamac-aur.git (read-only, click to copy)
Package Base: pamac-aur
Description: A Gtk frontend, Package Manager based on libalpm with AUR and Appstream support
Upstream URL: https://github.com/manjaro/pamac
Keywords: gui installer libalpm package pacman yay
Licenses: GPL-3.0-or-later
Conflicts: pamac, pamac-cli, pamac-tray-appindicator
Provides: pamac, pamac-cli
Submitter: Zeph
Maintainer: Zeph
Last Packager: Zeph
Votes: 407
Popularity: 2.33
First Submitted: 2013-12-05 12:57 (UTC)
Last Updated: 2025-01-26 20:10 (UTC)

Dependencies (20)

Required by (8)

Sources (2)

Pinned Comments

Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2024-10-29 07:25 (UTC) by Zeph)

For some problems with pamac, check or create issues on

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 40 Next › Last »

Cromer commented on 2018-06-03 16:34 (UTC)

@MindConsumer, it is impossible to be a real dependency. I use cinnamon which means that I need "polkit-gnome" you are using stand-alone compiz which means you need "lxsession", or people that use mate need "mate-polkit", etc. I don't want all of those installed obviously since I only need one of them(polkit-gnome). It is the responsibility of the person installing pamac to install the correct one needed for their system based off what they have installed.

If pacman had rich dependencies this could be resolved, but that is a limitation of pacman.

<deleted-account> commented on 2018-06-03 16:23 (UTC)

Still?! :: pkgbrowser: installing pacman (5.1.0-2) breaks dependency 'pacman<5.1'

@Cromer: tnx for the clarification. I had to install the optional dependency: "lxsession - needed for authentification in Xfce, LXDE etc."

spsf64 commented on 2018-06-02 14:37 (UTC)

Anyone noticed the option "Clean Cache" under preferences, is not working? Is this upstream bug?

FredBezies commented on 2018-06-02 11:12 (UTC)

6.4.0 is out with pacman 5.1.0 support.

https://github.com/manjaro/pamac/releases/tag/v6.4.0

jianyue commented on 2018-06-02 01:42 (UTC)

A nice software , make me install software easily.But I like old version better.

no1livz4ever commented on 2018-05-29 13:15 (UTC)

I can confirm thar new pacman update breaks pamac-aur, even 6.3.3-1 version.

Phantom777 commented on 2018-05-29 08:19 (UTC)

Latest Pacman update breaks this.... Hold back the update of pacman and all seems well...

P0rtn0yz commented on 2018-04-26 18:48 (UTC)

pamac is incorrectly reporting no updates for the past week or so

Cromer commented on 2018-04-07 20:40 (UTC)

@MindfulConsumer: that is not the solution. The problem is either a missing polkit application or it is not configured correctly. All of the root related tasks need to go through polkit, so if you don't have a polkit agent installed/configured, obviously it won't work. For example in mate you would use mate-polkit, or in cinnamon you would use polkit-gnome, etc.

<deleted-account> commented on 2018-04-07 20:24 (UTC)

@qp1903265: the problem is in the pamac-manager.desktop file.. without root permissions the program is unable to do anything so maybe change it to open with gksu? ergo change the line 'Exec=pamac-manager' into 'Exec=gksu pamac-manager' makes it work for me..