I successfully update my keys:
$ sudo pacman-key --refresh-keys
$ sudo pacman -Sy artix-keyring
Then I try to update my system:
$ sudo pacman -Syu
The error message is:
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: kuserfeedback and kuserfeedback5 are in conflict
I then check the details of these conflicting packages:
$ sudo pacman -Qi kuserfeedback
Name : kuserfeedback
Version : 1.2.0-1
Description : Framework for collecting user feedback for applications via telemetry and surveys
Architecture : x86_64
URL : https://kde.org/products/frameworks/
Licenses : GPL
Groups : None
Provides : None
Depends On : qt5-base
Optional Deps : qt5-declarative: QML bindings [installed]
qt5-charts: User Feedback console
qt5-svg: User Feedback console [installed]
Required By : akregator discover dolphin drkonqi kaddressbook kate korganizer labplot pim-data-exporter pim-sieve-editor
plasma-workspace
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 2.53 MiB
Packager : Artix Build Bot <[email protected]>
Build Date : Sat Feb 5 18:48:57 2022
Install Date : Wed Jul 13 17:36:32 2022
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
$ sudo pacman -Qi kuserfeedback5
error: package 'kuserfeedback5' was not found
- How can these two packages be in conflict if one of them does not exist on my system?
- How can I fix this issue?
-----------
I then did something I was suggested in the past:
$ sudo paccheck --list-broken
artix-branding-base
audit
filesystem
gitlab
gitlab-shell
gssproxy
$ sudo mv /etc/pacman.d/gnupg /etc/pacman.d/gnupg-original
$ sudo pacman-key --init
$ sudo pacman -Syyu
error: sublime-text: key "F57D4F59BD3DF454" is unknown
:: Import PGP key F57D4F59BD3DF454? [Y/n] Y
error: sublime-text: signature from "Sublime HQ Pty Ltd <[email protected]>" is unknown trust
:: Synchronizing package databases...
system 266.0 KiB 649 KiB/s 00:00 [----------------------------------------------------------------------------------------------------] 100%
world 5.0 MiB 4.67 MiB/s 00:01 [----------------------------------------------------------------------------------------------------] 100%
galaxy 618.7 KiB 1133 KiB/s 00:01 [----------------------------------------------------------------------------------------------------] 100%
lib32 174.6 KiB 276 KiB/s 00:01 [----------------------------------------------------------------------------------------------------] 100%
universe 3.4 KiB 13.2 KiB/s 00:00 [----------------------------------------------------------------------------------------------------] 100%
omniverse 0.0 B 0.00 B/s 00:02 [----------------------------------------------------------------------------------------------------] 100%
extra 8.4 MiB 6.18 MiB/s 00:01 [----------------------------------------------------------------------------------------------------] 100%
community 45.0 B 468 B/s 00:00 [----------------------------------------------------------------------------------------------------] 100%
multilib 142.2 KiB 822 KiB/s 00:00 [----------------------------------------------------------------------------------------------------] 100%
sublime-text 1841.0 B 3.55 KiB/s 00:01 [----------------------------------------------------------------------------------------------------] 100%
error: sublime-text: signature from "Sublime HQ Pty Ltd <[email protected]>" is unknown trust
error: failed to synchronize all databases (invalid or corrupted database (PGP signature))
So, before the error was: package 'kuserfeedback5' was not found
Now it seems to be related to sublime-text.
I am confused...