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
Pinned Comments