Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: pacman dependency problem  (Read 1431 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

pacman dependency problem

Hello

I'm trying to install pamac for artix linux but come across this problem

Code: [Select]
❯ 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

Re: pacman dependency problem

Reply #1
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.

Re: pacman dependency problem

Reply #2
hello,https://gitlab.manjaro.org/applications/pamac/-/issues/1047

Re: pacman dependency problem

Reply #3
I see, thanks really appreciate it.


Re: pacman dependency problem

Reply #5
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!