sudo pacman -S pacman
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
:: Installation von gpgme (2.0.0-1) verletzt Abhängigkeit »libgpgme.so=11-64«, benötigt von ostree
I have ostree installed as a dependecy of flatpak, which is needed for an app only available in this container format. The whole thing seems to break down at the new version of gpgme, which won’t install.
That is not an update command (and why are you trying to install pacman? You already have it installed). You need to sync the local databases with the mirrors and do your update in one go:
sudo pacman -Syu
If that fails, please post the full output here. If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:
LC_ALL=C sudo pacman -Syu
This will just cause the terminal output to be in English, making it easier to understand and debug.
Dieselbe Meldung hatte jemand anderes vor ein paar Tagen.
ach menno, Deine Fehlermeldung war auf deutsch, der Rest des Posts aber in englisch - ich hatte schon angefangen, auf deutsch zu antworten deshalb
Someone else encountered what appears to be the same problem a few days ago.
Usually I’d recommend removing ostree, as that is preventing the update.
It’ll take flatpak down along with it, but so be it - reinstall it after the update …
But it is a normal repo package and this should not have occurred.
And this is apparently not the way to the solution here.
What he ended up doing was refreshing the mirrors - something I do regularly anyway sudo pacman-mirrors -c germany
But what somehow fixed it for him was removing pacman’s sync databases sudo rm -R /var/lib/pacman/sync