Hello
I'm trying to install pamac for artix linux but come across this problem
❯ sudo pacman -S pamac
resolving dependencies...
warning: cannot resolve "pacman<5.3", a dependency of "pamac-common"
warning: cannot resolve "pamac-common", a dependency of "pamac-cli"
warning: cannot resolve "pamac-cli", a dependency of "pamac-gtk"
:: The following package cannot be upgraded due to unresolvable dependencies:
pamac-gtk
:: Do you want to skip the above package for this upgrade? [y/N] N
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'pacman<5.3' required by pamac-common
:: unable to satisfy dependency 'pamac-common' required by pamac-cli
:: unable to satisfy dependency 'pamac-cli' required by pamac-gtk
~ 6s
❯
any help is appreciated, thanks
It's exactly what the message says. Pacman is on version 6 but pamac only works with 5.3. Nothing you can do until pamac gets pacman 6 support.
hello,https://gitlab.manjaro.org/applications/pamac/-/issues/1047
I see, thanks really appreciate it.
You can solve this temporarily by installing octopi instead and uninstalling pamac-common. This is what I did.
Thanks for the workaround! It works like flawless!