Pacman -Syu

[root@richard-AM3 richardc]# pacman -Syu
:: Synchronizing package databases…
core is up to date
extra is up to date
community is up to date
multilib is up to date
endeavouros is up to date
:: Starting full system upgrade…
:: Replace crda with core/wireless-regdb? [Y/n] y
:: Replace jupyter with community/jupyter-notebook? [Y/n] y
resolving dependencies…
looking for conflicting packages…
error: failed to prepare transaction (could not satisfy dependencies)
:: installing perl (5.34.1-1) breaks dependency ‘perl=5.34.0’ required by polymake
[root@richard-AM3 richardc]#

What needs fixin to install 19 updated files and get pacman working again?

Rich :wink:

current perl=

perl 5.34.1-1
    A highly capable, feature-rich programming language

so looks like:
:: installing perl (5.34.1-1) breaks dependency ‘perl=5.34.0’ required by polymake

polymake is the issuer here …
you can try reinstalling it before starting system update … or removing it do the full system update and reinstall it…

Problem fixed. . . .thanks for your help. Much appreciated.

Rich :wink: