Package Details: pamac-all 11.7.2-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: GPL3
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: 40
Popularity: 0.125577
First Submitted: 2020-08-25 09:51 (UTC)
Last Updated: 2024-11-04 18:30 (UTC)

Dependencies (15)

Required by (4)

Sources (1)

Pinned Comments

Latest Comments

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

patlefort commented on 2024-11-11 05:55 (UTC)

There is an issue open about it: https://github.com/manjaro/pamac-cli/issues/1

It's not clear what the issue is.

missingSleepDeps commented on 2024-11-11 02:16 (UTC)

pamac-cli & pamac-manager completely unusable:

Failed to read AUR data from /var/lib/pacman/sync/packages-meta-ext-v1.json.gz : Error opening file /var/lib/pacman/sync/packages-meta-ext-v1.json.gz: No such file or directory

Downloading and copying that file to that directory only removes that message before continuing to fail to synchronize databases and then fail to commit transaction...

patlefort commented on 2024-08-04 04:45 (UTC)

That patch isn't part of a stable tag yet. I don't know what's the hold up and I'm hesitant to include something not "stable".

elppans commented on 2024-08-04 04:12 (UTC)

It should include the glib2-devel package as a build dependency.

On March 29, 2024 the pamac package was updated on gitlab.

I installed it this way:

sudo pacman --needed -S glib2-devel
yay --needed -S libpamac-full pamac-all

Zerschranzer commented on 2024-07-18 19:00 (UTC)

I successfully installed the pamac-all package with working Flatpak and Snap support by installing the following packages in this exact order:

sudo pacman -S glib2-devel
yay -S libpamac-full
yay -S pamac-all

Afterwards, I enabled Snap and Flatpak in the Pamac settings and added the Flathub repository:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

elppans commented on 2024-03-17 21:07 (UTC) (edited on 2024-03-17 21:15 (UTC) by elppans)

Installing full pamac

If pamac-aur is installed, remove:

sudo pacman -R pamac-aur libpamac-aur

The makepkg command does not support automatic installation of other dependent AUR packages.
To install the pamac-all package, you must install the dependencies first, in order.
Only after this work, do you actually install the main package:

mkdir -p ~/build
cd ~/build
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -Cris
cd -
git clone https://aur.archlinux.org/snapd-glib.git
cd snapd-glib
makepkg -Cris
cd -
git clone https://aur.archlinux.org/libpamac-full.git
cd libpamac-full
makepkg -Cris
cd -
git clone https://aur.archlinux.org/pamac-cli.git
cd pamac-cli
makepkg -Cris
cd -
git clone https://aur.archlinux.org/pamac-all.git
cd pamac-all
makepkg -Cris --needed --noconfirm

For those who have a Helper installed, just do the same:

1) Remove conflicting packages such as pamac-aur and libpamac-aur
2) Install the pamac-all package using a Helper.
For example, I use yay, so I do:

yay -Syu pamac-all

rough commented on 2024-03-07 04:38 (UTC)

Remove 'pamac-cli' from PKGBUILD/depends and install manually using makepkg.

WhitedonSAP commented on 2024-03-04 00:38 (UTC) (edited on 2024-03-04 06:36 (UTC) by WhitedonSAP)

For those who are having trouble installing this package, install libpamac-full first, before this package.