Having trouble updating my system

Hello,

I am trying to update my system using terminal with command “yay” to which it gives the following message-

:: Starting full system upgrade...
:: Replace libcanberra-pulse with extra/libcanberra? [Y/n]
:: Replace mntray with community/matray? [Y/n]
warning: pamac-cli: local (10.1.2-0.1) is newer than extra (10.0.6-2)
warning: pamac-common: local (10.1.2-0.1) is newer than extra (10.0.6-2)
warning: pamac-flatpak-plugin: local (10.1.2-0.1) is newer than extra (10.0.6-2)
warning: pamac-gnome-integration: local (10.1.2-0.1) is newer than extra (10.0.6-2)
warning: pamac-gtk: local (10.1.2-0.1) is newer than extra (10.0.6-2)
warning: pamac-snap-plugin: local (10.1.2-0.1) is newer than extra (10.0.6-2)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libcanberra (0.30+2+gc0620e4-4) breaks dependency 'libcanberra=0.30+2+gc0620e4-3' required by libcanberra-gstreamer
error installing repo packages

What should I do to have this resolved?

Thanks a lot!

Don’t just ask …
Perhaps check the forum first - especially the update announcements?
(this is a link to that thread - read this and the next post)

I have this error message and

warning: gvfs: local (1.48.1-1) is newer than extra (1.48.0+13+gc615cfe1-1)
warning: gvfs-afc: local (1.48.1-1) is newer than extra (1.48.0+13+gc615cfe1-1)
warning: gvfs-gphoto2: local (1.48.1-1) is newer than extra (1.48.0+13+gc615cfe1-1)
warning: gvfs-mtp: local (1.48.1-1) is newer than extra (1.48.0+13+gc615cfe1-1)
warning: gvfs-smb: local (1.48.1-1) is newer than extra (1.48.0+13+gc615cfe1-1)
warning: imagemagick: local (7.0.11.10-1) is newer than extra (7.0.11.9-1)
warning: opencv: local (4.5.2-3) is newer than extra (4.5.2-2)
warning: openexr: local (3.0.1-2) is newer than extra (2.5.5-1)
warning: snapd: local (2.50-1) is newer than extra (2.49.2-1)
there is nothing to do

I got that solution from one forum i trust.

sudo pacman -Syuu --overwrite="*"

And my problem sold.
I think is better to approved by more experienced users to execute it!

Hello @joe-77

Those are just warnings that tell you that you have a newer version of those programs, nothing to be worried about. They will eventually come to stable branch.
However if you experience any downside or problems you can always downgrade them with
sudo pacman -U /var/cache/pacman/pkg/package_name

Cheers… :beer:

Thank you! :beers: