There is an issue open about it: https://github.com/manjaro/pamac-cli/issues/1
It's not clear what the issue is.
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) |
There is an issue open about it: https://github.com/manjaro/pamac-cli/issues/1
It's not clear what the issue is.
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...
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".
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
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
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
Remove 'pamac-cli' from PKGBUILD/depends and install manually using makepkg.
For those who are having trouble installing this package, install libpamac-full
first, before this package.
Pinned Comments