Package Details: pamac-all 11.7.5-1

Git Clone URL: https://aur.archlinux.org/pamac-all.git (read-only, click to copy)
Package Base: pamac-all
Description: A GUI frontend for libalpm (everything in one package - snap, flatpak, appindicator, aur, appstream)
Upstream URL: https://github.com/manjaro/pamac
Licenses: GPL-3.0-or-later
Conflicts: pamac, pamac-aur, pamac-aur-git, pamac-common, pamac-flatpak, pamac-flatpak-gnome, pamac-gtk
Provides: pamac
Submitter: librewish
Maintainer: patlefort
Last Packager: patlefort
Votes: 46
Popularity: 0.134809
First Submitted: 2020-08-25 09:51 (UTC)
Last Updated: 2026-04-23 21:43 (UTC)

Dependencies (15)

Required by (4)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

patlefort commented on 2026-04-15 13:57 (UTC)

Related issue: https://github.com/manjaro/pamac/issues/562

I've added an option to enable or disable jemalloc and disable it by default until it is resolved.

thankarezos commented on 2026-04-15 13:35 (UTC) (edited on 2026-04-15 13:50 (UTC) by thankarezos)

Exact same error with another one:

(pamac-manager:112698): Adwaita-WARNING **: 23:24:44.371: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.

(pamac-manager:112698): GLib-ERROR **: 23:24:44.467: ../glib/glib/gmem.c:106: failed to allocate 5 bytes
Aborted                         (core dumped) pamac-manager

I tried rebuilding pamac-all and libpamac-full

lebonk commented on 2026-04-15 04:25 (UTC) (edited on 2026-04-15 04:26 (UTC) by lebonk)

Started crashing on boot today. Running via konsole gives:

(pamac-manager:112698): Adwaita-WARNING **: 23:24:44.371: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.

(pamac-manager:112698): GLib-ERROR **: 23:24:44.467: ../glib/glib/gmem.c:106: failed to allocate 5 bytes
Aborted                    (core dumped) pamac-manager

patlefort commented on 2026-01-02 13:05 (UTC)

Try rebuilding libpamac-full.

0byte commented on 2026-01-02 12:21 (UTC)

pamac: error while loading shared libraries: libalpm.so.15: cannot open shared object file: No such file or directory

It works after pacman downgrade to 7.0

patlefort commented on 2026-01-01 23:09 (UTC)

It build and runs. Are there other issues?

0byte commented on 2026-01-01 17:06 (UTC)

Dont works with pacman 7.1

frostygoth commented on 2025-11-04 17:27 (UTC) (edited on 2025-11-04 17:37 (UTC) by frostygoth)

I got this to work on CachyOS and would agree with @patlefort that it is something with yay.

To get this to work (for me anyway) 1) build libpamac-all via the "makepkg -s" route. 2) install libpamac-all via pacman 3) build pamac-cli via the "makepkg -s" route. 4) install pamac-cli via pacman 5) build pamac-all via the makepkg -s" route. 6) install pamac-all via pacman.

I haven't tested all functionality yet, but it installs and starts up for me.

<deleted-account> commented on 2025-09-26 01:01 (UTC)

Install the libpamac-full package first and then this one to avoid conflicts.

jeancf commented on 2025-07-28 18:43 (UTC)

Thanks. I tried to install it on arch linux (with yay) and it worked fine. I tried it on Manjaro (with yay as well) and it failed in the same way as on CachyOS. What happens is that on the arch derivatives the install process does not ask what package should provide "libpamac". On arch, I answer "libpamac-full" and everything works. Strange.