Error while updating

getting this error while updating :
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: kdsoap-2.3.0-1 and kdsoap-qt5-2.2.0-1 are in conflict

2 Likes

This is what I am getting, how should I proceed ?
<
pamac search kdsoap  1 ✘
kdsoap-ws-discovery-client 0.4.0-3 [Installed] extra
WS-Discovery client library based on KDSoap
kdsoap-qt6 2.2.0-1 [Installed]
Qt-based client-side and server-side SOAP component
kdsoap-qt5 2.2.0-1 [Installed]
Qt-based client-side and server-side SOAP component
kdsoap 2.3.0-1 extra
Qt-based client-side and server-side SOAP component

pamac remove kdsoap-qt5

or

sudo pacman -R kdsoap-qt5

and then proceed with your update.

Transaction failed.
<sudo pacman -R kdsoap-qt5  1 ✘  4s 
checking dependencies…
error: failed to prepare transaction (could not satisfy dependencies)
:: removing kdsoap-qt5 breaks dependency ‘kdsoap’ required by kdsoap-ws-discovery-client

Yank it out first, then update:

sudo pacman -Rdd kdsoap-qt5 && sudo pacman -Syu

:backhand_index_pointing_right: In the future, please use proper formatting for terminal output. Please see [HowTo] Post command output and file content as preformatted text

5 Likes

Thank a lot, It worked.
Everything is good now!

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