Package Details: pamac-all 11.7.1-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://gitlab.manjaro.org/applications/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.80
First Submitted: 2020-08-25 09:51 (UTC)
Last Updated: 2023-12-16 12:08 (UTC)

Dependencies (15)

Required by (7)

Sources (1)

Pinned Comments

Latest Comments

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

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.

bkb commented on 2023-10-11 14:46 (UTC)

Had that problem before knowing what chaotic was. Granted I used paru (and still use) but I mean, with pacman you can't do much here

xiota commented on 2023-10-11 13:30 (UTC)

People who are having problems with pamac-aur or libpamac-aur. Try adding them to IgnorePkg in /etc/pacman.conf. Then uninstall them prior to attempting to install this package. Good luck.

patlefort commented on 2023-10-11 12:16 (UTC)

bkb: For the last time: There is no cycle. The problem is with the chaotic-aur and the aur helper, which I have no control over and can't support.

bkb commented on 2023-10-11 12:06 (UTC)

Try to correct pkgbuild deps cycle

patlefort commented on 2023-10-11 11:01 (UTC)

Try to install pamac-cli and libpamac-full manually first.

gardotd426 commented on 2023-10-11 10:11 (UTC)

libpamac-full and pamac-all refuse to install. They keep somehow installing libpamac-aur and pamac-aur instead which don't have flatpak/snap support.

I've even tried fully removing all pamac packages and installing from scratch, no dice.

xiota commented on 2023-09-19 21:50 (UTC)

yay users having issues with dependency conflicts, try --aur or --ignore options. Other AUR helpers may or may not have similar options. If the options don't help, manually install the desired packages directly.