Unable to update

When I attempt to update via package manager or terminal I am getting an error for unresolved dependencies. Any suggestions?

:: Synchronizing package databases...
 core                                                                                     167.6 KiB   204 KiB/s 00:01 [#######################################################################] 100%
 extra                                                                                   1995.1 KiB  5.85 MiB/s 00:00 [#######################################################################] 100%
 community                                                                                  6.3 MiB  15.9 MiB/s 00:00 [#######################################################################] 100%
 multilib                                                                                 182.0 KiB  5.93 MiB/s 00:00 [#######################################################################] 100%
:: Starting full system upgrade...
:: Replace mhwd-nvidia-418xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-430xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-435xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-440xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-450xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-455xx with core/mhwd-nvidia? [Y/n] y
resolving dependencies...
looking for conflicting packages...
:: lib32-jack2 and lib32-jack are in conflict. Remove lib32-jack? [y/N] y
:: jack2 and jack are in conflict. Remove jack? [y/N] y
:: pamac-cli and pamac-cli-dev are in conflict. Remove pamac-cli-dev? [y/N] y
:: pamac-common and pamac-common-dev are in conflict. Remove pamac-common-dev? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing pamac-cli-dev breaks dependency 'pamac-cli-dev=10.0.0-1.0' required by pamac-gtk-dev
[jalan76@LGg17i ~]$ sudo pacman -Syyu
:: Synchronizing package databases...
 core                                                                                     167.6 KiB   364 KiB/s 00:00 [#######################################################################] 100%
 extra                                                                                   1995.1 KiB  5.57 MiB/s 00:00 [#######################################################################] 100%
 community                                                                                  6.3 MiB  1969 KiB/s 00:03 [#######################################################################] 100%
 multilib                                                                                 182.0 KiB  59.3 MiB/s 00:00 [#######################################################################] 100%
:: Starting full system upgrade...
:: Replace mhwd-nvidia-418xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-430xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-435xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-440xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-450xx with core/mhwd-nvidia? [Y/n] y
:: Replace mhwd-nvidia-455xx with core/mhwd-nvidia? [Y/n] y
resolving dependencies...
looking for conflicting packages...
:: lib32-jack2 and lib32-jack are in conflict. Remove lib32-jack? [y/N] y
:: jack2 and jack are in conflict. Remove jack? [y/N] y
:: pamac-cli and pamac-cli-dev are in conflict. Remove pamac-cli-dev? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: pamac-cli and pamac-cli-dev are in conflict

Thanks!

Welcome to the Forum!

You should have answered “yes” to that, since

I would suggest to use pacman for updating your system: sudo pacman -Syu.
Remove any package related to pamac that has dev in its name, these packages will be replaced by the “regular” version of pamac.

I’ve tried using the terminal and removing pamac-cli-dev

error: failed to prepare transaction (could not satisfy dependencies)

:: removing pamac-cli-dev breaks dependency ‘pamac-cli-dev=10.0.0-1.0’ required by pamac-gtk-dev

Then remove pamac-gtk-dev first

sudo pacman -R pamac-gtk-dev

and continue with the system update.

After the update has finished and in case pamac isn’t installed, you can install it by running

sudo pacman -Syu pamac-gtk

That worked! Thank you so much!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.