Cannot update to F44 from F43 (KDE edition)

Hey,
I’m unable to update to F44 as there’s a conflict I cannot resolve:

$ sudo dnf system-upgrade download --releasever=44

Balíček "qcom-wwan-firmware-20260410-1.fc43.noarch" je již nainstalován.
Balíček "fedora-flathub-remote-1-11.fc43.noarch" je již nainstalován.
Balíček "fedora-workstation-repositories-38-8.fc43.x86_64" je již nainstalován.
Žádná shoda pro skupinový balíček: kde-settings-plasmalogin
Balíček "aurorae-6.6.5-1.fc43.x86_64" je již nainstalován.
Balíček "kunifiedpush-25.12.3-1.fc43.x86_64" je již nainstalován.
Problém 1: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package plasma-setup-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - pcre2-utf16-10.47-1.fc43.x86_64 nepatří do distupgrade repozitáře
  - protichůdné požadavky
 Problém 2: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package knighttime-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - installed package pcre2-utf16-10.47-1.fc43.x86_64 requires pcre2-syntax = 10.47-1.fc43, but none of the providers can be installed
  - problem with installed package
  - pcre2-syntax-10.47-1.fc43.noarch nepatří do distupgrade repozitáře
  - knighttime-6.6.5-1.fc43.x86_64 nepatří do distupgrade repozitáře
 Problém 3: cannot install both qt6-qtdeclarative-6.9.2-1.fc43.x86_64 from fedora and qt6-qtdeclarative-6.11.1-1.fc44.x86_64 from updates
  - package plasma-login-manager-6.6.5-1.fc44.x86_64 from updates requires libQt6Qml.so.6(Qt_6.11_PRIVATE_API)(64bit), but none of the providers can be installed
  - package kquickimageeditor-qt6-0.5.0-3.fc43.x86_64 from fedora requires libQt6Qml.so.6(Qt_6.9_PRIVATE_API)(64bit), but none of the providers can be installed
  - protichůdné požadavky
  - problem with installed package
  - package plasma-login-manager-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - kquickimageeditor-qt6-0.6.0-1.fc43.x86_64 nepatří do distupgrade repozitáře
  - nothing provides libopencv_core.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libopencv_imgproc.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates
 Problém 4: cannot install both qt6-qtbase-6.9.2-1.fc43.x86_64 from fedora and qt6-qtbase-6.11.1-1.fc44.x86_64 from updates
  - package qt6-qtwebengine-6.9.2-2.fc43.x86_64 from fedora requires qt6-qtbase(x86-64) = 6.9.2, but none of the providers can be installed
  - package kcm-plasmalogin-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - problem with installed package
  - protichůdné požadavky
  - package qt6-qtwebengine-6.11.1-1.fc44.x86_64 from updates requires libavformat.so.62()(64bit), but none of the providers can be installed
  - package qt6-qtwebengine-6.11.1-1.fc44.x86_64 from updates requires libavformat.so.62(LIBAVFORMAT_62)(64bit), but none of the providers can be installed
  - package kcm-plasmalogin-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - qt6-qtwebengine-6.10.3-1.fc43.x86_64 nepatří do distupgrade repozitáře
  - nothing provides libbluray.so.3()(64bit) needed by libavformat-free-8.1.1-1.fc44.x86_64 from updates
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates

No COPR or other additional repos are active. Interestingly enough, a different machine (with similar history, ie. gone through the same number of major updates) had no issues updating.

upgrade & distro-sync both return “nothing to do”.

Any help would be appreciated!

This often happens when there is a delay in the mirrors updating and not be fully in sync when the user performs the update. It also can occur when the dnf metadata cache is out of date and needs refreshed.

The fix is most often to wait some time then repeat the update.
Try it with sudo dnf upgrade --refresh

I should have mentined:

  • did both upgrade & distro-sync with --refresh
  • I’ve been trying nearly since the release of F44

Difference now is that there are more problems reported (did F43 updates in the meantime).

The only reported problem previously was the second one, ie. issue with combo of knighttime and pcre2-utf16 (which Discover wanted to fix by uninstalling knighttime :sweat_smile:)

That package version is not available for f43. The latest version of pcre in f43 fedora repo is 8.45-1. The pcre2-syntax package is not in either f43 or f44 though the pcre2-utf16 package is with that 10.47 version.

While I don’t know what repos are being used, I would suggest that before trying any further that you run 3 commands so all on your system is clean and new attempts get new data.
sudo dnf remove pcre2-syntax, sudo dnf clean all and sudo dnf system-upgrade clean
Then proceed with the sudo dnf upgrade --refresh command before attempting again the system upgrade. Let us know if there are any messages when trying the upgrade.

Sorry for not responding quicker, this is an issue with my work machine, so unavailable during the weekend :sweat_smile:

Transakci nebylo možné vyřešit:
Problém: installed package glib2-2.86.5-1.fc43.x86_64 requires libpcre2-8.so.0()(64bit), but none of the providers can be installed
  - installed package glib2-2.86.5-1.fc43.x86_64 requires libpcre2-8.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - installed package pcre2-10.47-1.fc43.x86_64 requires pcre2-syntax = 10.47-1.fc43, but none of the providers can be installed
  - installed package plasma-desktop-6.6.5-1.fc43.x86_64 requires libglib-2.0.so.0()(64bit), but none of the providers can be installed
  - installed package plasma-desktop-6.6.5-1.fc43.x86_64 requires libgobject-2.0.so.0()(64bit), but none of the providers can be installed
  - installed package plasma-desktop-6.6.5-1.fc43.x86_64 requires libgio-2.0.so.0()(64bit), but none of the providers can be installed
  - protichůdné požadavky
  - problem with installed package

I don’t think pcre2-syntax is the culprit.

Can you retry the system-upgrade as follow to have the messages in english ?

  • LC_MESSAGES="en_US.UTF-8" sudo dnf system-upgrade download --releasever=44

Also, you have i686 packages installed. This may confuse dnf. What gives:

  • LC_MESSAGES="en_US.UTF-8" sudo dnf list --installed \*.i?86

I’ve actually tried switching the locale like this (used LC_ALL actually), but it doesn’t seem to work (somehow broken locales? I don’t even have langpacks-cs installed and yet I have Czech texts)

This command returns something like “no packages match”. Tried dnf repoquery --installed | grep -vE 'x86_64$' | grep -v 'noarch$' previously (I was also thinking if I have any packages for other archs)

This is weird, setting LC_ALL should effectively work.

dnf5 (at least) comes with all its messages in all locales.

Effectively, the initial message of system-upgrade shows occurrences
of i686 only for fc44 packages.

I suspect that your dnf configuration is somehow special.
Can you start a clean root shell with: sudo su -
Then post from it the output of:

(
  set -x
  export LC_ALL=C # Let's hope it works in this context
  dnf --dump-main-config | grep -i -E 'pkg|exclude'
  cat /etc/dnf/dnf.conf
  ls -l /etc/dnf/libdnf5.conf.d/
  dnf repo info fedora
  dnf repo info updates

  dnf system-upgrade download --releasever=44
)

+ export LC_ALL=C
+ LC_ALL=C
+ dnf --dump-main-config
+ grep --color=auto -i -E 'pkg|exclude'
disable_excludes = 
exclude = 
exclude_from_weak = 
exclude_from_weak_autodetect = 1
excludeenvs = 
excludegroups = 
excludepkgs = 
includepkgs = 
installonlypkgs = kernel, kernel-PAE, installonlypkg(kernel), installonlypkg(kernel-module), installonlypkg(vm), multiversion(kernel)
localpkg_gpgcheck = 0
pkg_gpgcheck = 1
+ cat /etc/dnf/dnf.conf
# see `man dnf.conf` for defaults and possible options

[main]
+ ls --color=auto -l /etc/dnf/libdnf5.conf.d/
total 0
+ dnf repo info fedora
Updating and loading repositories:
Repositories loaded.
Repo ID              : fedora
Name                 : Fedora 43 - x86_64
Status               : enabled
Priority             : 99
Cost                 : 1000
Type                 : available
Metadata expire      : 604800 seconds (last: 2026-05-25 07:39:22)
Skip if unavailable  : false
Config file          : /etc/yum.repos.d/fedora.repo
URLs                 : 
  Base URL           : http://ftp.sh.cvut.cz/fedora/linux/releases/43/Everything/x86_64/os/
OpenPGP              : 
  Keys               : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-43-x86_64
  Verify repodata    : false
  Verify packages    : true
Repodata info        : 
  Available packages : 77664
  Total packages     : 77664
  Size               : 117.1 GiB
  Revision           : 1761190640
  Updated            : 2025-10-23 03:37:20

+ dnf repo info updates
Updating and loading repositories:
Repositories loaded.
Repo ID              : updates
Name                 : Fedora 43 - x86_64 - Updates
Status               : enabled
Priority             : 99
Cost                 : 1000
Type                 : available
Metadata expire      : 21600 seconds (last: 2026-05-25 07:39:22)
Skip if unavailable  : false
Config file          : /etc/yum.repos.d/fedora-updates.repo
URLs                 : 
  Base URL           : https://ftp.sh.cvut.cz/fedora/linux/updates/43/Everything/x86_64/
OpenPGP              : 
  Keys               : file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-43-x86_64
  Verify repodata    : false
  Verify packages    : true
Repodata info        : 
  Available packages : 25039
  Total packages     : 25039
  Size               : 57.3 GiB
  Revision           : 1779668567
  Updated            : 2026-05-25 00:58:39

+ dnf system-upgrade download --releasever=44
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Package "qcom-wwan-firmware-20260410-1.fc43.noarch" is already installed.
Package "fedora-flathub-remote-1-11.fc43.noarch" is already installed.
Package "fedora-workstation-repositories-38-8.fc43.x86_64" is already installed.
No match for group package: kde-settings-plasmalogin
Package "aurorae-6.6.5-1.fc43.x86_64" is already installed.
Package "kunifiedpush-25.12.3-1.fc43.x86_64" is already installed.
Problem 1: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package plasma-setup-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - pcre2-utf16-10.47-1.fc43.x86_64 does not belong to a distupgrade repository
  - conflicting requests
 Problem 2: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package knighttime-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - installed package pcre2-utf16-10.47-1.fc43.x86_64 requires pcre2-syntax = 10.47-1.fc43, but none of the providers can be installed
  - problem with installed package
  - pcre2-syntax-10.47-1.fc43.noarch does not belong to a distupgrade repository
  - knighttime-6.6.5-1.fc43.x86_64 does not belong to a distupgrade repository
 Problem 3: cannot install both qt6-qtdeclarative-6.9.2-1.fc43.x86_64 from fedora and qt6-qtdeclarative-6.11.1-1.fc44.x86_64 from updates
  - package plasma-login-manager-6.6.5-1.fc44.x86_64 from updates requires libQt6Qml.so.6(Qt_6.11_PRIVATE_API)(64bit), but none of the providers can be installed
  - package kquickimageeditor-qt6-0.5.0-3.fc43.x86_64 from fedora requires libQt6Qml.so.6(Qt_6.9_PRIVATE_API)(64bit), but none of the providers can be installed
  - conflicting requests
  - problem with installed package
  - package plasma-login-manager-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - kquickimageeditor-qt6-0.6.0-1.fc43.x86_64 does not belong to a distupgrade repository
  - nothing provides libopencv_core.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libopencv_imgproc.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates
 Problem 4: cannot install both qt6-qtbase-6.9.2-1.fc43.x86_64 from fedora and qt6-qtbase-6.11.1-1.fc44.x86_64 from updates
  - package qt6-qtwebengine-6.9.2-2.fc43.x86_64 from fedora requires qt6-qtbase(x86-64) = 6.9.2, but none of the providers can be installed
  - package kcm-plasmalogin-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - problem with installed package
  - conflicting requests
  - package qt6-qtwebengine-6.11.1-1.fc44.x86_64 from updates requires libavformat.so.62()(64bit), but none of the providers can be installed
  - package qt6-qtwebengine-6.11.1-1.fc44.x86_64 from updates requires libavformat.so.62(LIBAVFORMAT_62)(64bit), but none of the providers can be installed
  - package kcm-plasmalogin-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - qt6-qtwebengine-6.10.3-1.fc43.x86_64 does not belong to a distupgrade repository
  - nothing provides libbluray.so.3()(64bit) needed by libavformat-free-8.1.1-1.fc44.x86_64 from updates
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates

Nothing suspect in the dnf config. At least LC_ALL works :slight_smile:
Can you try: sudo su - then:

(
  set -x
  export LC_ALL=C
  dnf system-upgrade download --releasever=44 --refresh

  # if the later still fails:
  dnf clean all
  dnf system-upgrade download --releasever=44
)

Yea, using LC_ALL=C worked even without changing to root :slight_smile:

+ export LC_ALL=C
+ LC_ALL=C
+ dnf system-upgrade download --releasever=44 --refresh
Updating and loading repositories:
 Visual Studio Code                                                                                                                                                                             100% |  14.2 KiB/s |   1.5 KiB |  00m00s
 Node.js Packages for Linux RPM based distros - x86_64                                                                                                                                          100% |  27.9 KiB/s |   3.0 KiB |  00m00s
 Fedora 44 - x86_64                                                                                                                                                                             100% |  53.5 KiB/s |   5.8 KiB |  00m00s
 google-chrome                                                                                                                                                                                  100% |  13.9 KiB/s |   1.3 KiB |  00m00s
 Fedora 44 openh264 (From Cisco) - x86_64                                                                                                                                                       100% |   1.4 KiB/s | 986.0   B |  00m01s
 Fedora 44 - x86_64 - Updates                                                                                                                                                                   100% |  77.4 KiB/s |   6.9 KiB |  00m00s
Repositories loaded.
Failed to resolve the transaction:
Package "qcom-wwan-firmware-20260410-1.fc43.noarch" is already installed.
Package "fedora-flathub-remote-1-11.fc43.noarch" is already installed.
Package "fedora-workstation-repositories-38-8.fc43.x86_64" is already installed.
No match for group package: kde-settings-plasmalogin
Package "aurorae-6.6.5-1.fc43.x86_64" is already installed.
Package "kunifiedpush-25.12.3-1.fc43.x86_64" is already installed.
Problem 1: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package plasma-setup-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - pcre2-utf16-10.47-1.fc43.x86_64 does not belong to a distupgrade repository
  - conflicting requests
 Problem 2: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package knighttime-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - installed package pcre2-utf16-10.47-1.fc43.x86_64 requires pcre2-syntax = 10.47-1.fc43, but none of the providers can be installed
  - problem with installed package
  - pcre2-syntax-10.47-1.fc43.noarch does not belong to a distupgrade repository
  - knighttime-6.6.5-1.fc43.x86_64 does not belong to a distupgrade repository
 Problem 3: cannot install both qt6-qtdeclarative-6.11.1-1.fc44.x86_64 from updates and qt6-qtdeclarative-6.9.2-1.fc43.x86_64 from fedora
  - package plasma-login-manager-6.6.5-1.fc44.x86_64 from updates requires libQt6Qml.so.6(Qt_6.11_PRIVATE_API)(64bit), but none of the providers can be installed
  - package kquickimageeditor-qt6-0.5.0-3.fc43.x86_64 from fedora requires libQt6Qml.so.6(Qt_6.9_PRIVATE_API)(64bit), but none of the providers can be installed
  - conflicting requests
  - problem with installed package
  - package plasma-login-manager-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - kquickimageeditor-qt6-0.6.0-1.fc43.x86_64 does not belong to a distupgrade repository
  - nothing provides libopencv_core.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libopencv_imgproc.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates
 Problem 4: cannot install both qt6-qtbase-6.11.1-1.fc44.x86_64 from updates and qt6-qtbase-6.9.2-1.fc43.x86_64 from fedora
  - package kcm-plasmalogin-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - package plasma-workspace-6.4.5-4.fc43.x86_64 from fedora requires libQt6Core.so.6(Qt_6.9_PRIVATE_API)(64bit), but none of the providers can be installed
  - conflicting requests
  - problem with installed package
  - package plasma-workspace-6.6.5-2.fc44.x86_64 from updates requires libpackagekitqt6.so.2()(64bit), but none of the providers can be installed
  - package kcm-plasmalogin-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - plasma-workspace-6.6.5-2.fc43.x86_64 does not belong to a distupgrade repository
  - PackageKit-Qt6-1.1.4-2.fc43.x86_64 does not belong to a distupgrade repository
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates
+ dnf clean all
Removed 39 files, 33 directories (total of 93 MiB). 0 errors occurred.
+ dnf system-upgrade download --releasever=44
Updating and loading repositories:
 Node.js Packages for Linux RPM based distros - x86_64                                                                                                                                          100% |  19.5 KiB/s |  12.3 KiB |  00m01s
 Visual Studio Code                                                                                                                                                                             100% | 200.0 KiB/s | 199.4 KiB |  00m01s
 google-chrome                                                                                                                                                                                  100% |   3.2 KiB/s |   3.3 KiB |  00m01s
 Fedora 44 openh264 (From Cisco) - x86_64                                                                                                                                                       100% |   2.8 KiB/s |   5.3 KiB |  00m02s
 Fedora 44 - x86_64 - Updates                                                                                                                                                                   100% |  16.3 MiB/s |  26.2 MiB |  00m02s
 Fedora 44 - x86_64                                                                                                                                                                             100% |  11.6 MiB/s |  35.6 MiB |  00m03s
Repositories loaded.
Failed to resolve the transaction:
Package "qcom-wwan-firmware-20260410-1.fc43.noarch" is already installed.
Package "aurorae-6.6.5-1.fc43.x86_64" is already installed.
Package "fedora-flathub-remote-1-11.fc43.noarch" is already installed.
Package "fedora-workstation-repositories-38-8.fc43.x86_64" is already installed.
No match for group package: kde-settings-plasmalogin
Package "kunifiedpush-25.12.3-1.fc43.x86_64" is already installed.
Problem 1: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package plasma-setup-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - pcre2-utf16-10.47-1.fc43.x86_64 does not belong to a distupgrade repository
  - conflicting requests
 Problem 2: package qt6-qtbase-6.11.1-1.fc44.x86_64 from updates requires libpcre2-16.so.0(PCRE2_10.47)(64bit), but none of the providers can be installed
  - package knighttime-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - installed package pcre2-utf16-10.47-1.fc43.x86_64 requires pcre2-syntax = 10.47-1.fc43, but none of the providers can be installed
  - problem with installed package
  - pcre2-syntax-10.47-1.fc43.noarch does not belong to a distupgrade repository
  - knighttime-6.6.5-1.fc43.x86_64 does not belong to a distupgrade repository
 Problem 3: cannot install both qt6-qtdeclarative-6.9.2-1.fc43.x86_64 from fedora and qt6-qtdeclarative-6.11.1-1.fc44.x86_64 from updates
  - package plasma-login-manager-6.6.5-1.fc44.x86_64 from updates requires libQt6Qml.so.6(Qt_6.11_PRIVATE_API)(64bit), but none of the providers can be installed
  - package kquickimageeditor-qt6-0.5.0-3.fc43.x86_64 from fedora requires libQt6Qml.so.6(Qt_6.9_PRIVATE_API)(64bit), but none of the providers can be installed
  - conflicting requests
  - problem with installed package
  - package plasma-login-manager-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - kquickimageeditor-qt6-0.6.0-1.fc43.x86_64 does not belong to a distupgrade repository
  - nothing provides libopencv_core.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libopencv_imgproc.so.413()(64bit) needed by kquickimageeditor-qt6-0.6.0-6.fc44.x86_64 from updates
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates
 Problem 4: cannot install both qt6-qtbase-6.9.2-1.fc43.x86_64 from fedora and qt6-qtbase-6.11.1-1.fc44.x86_64 from updates
  - package qt6-qtwebengine-6.9.2-2.fc43.x86_64 from fedora requires qt6-qtbase(x86-64) = 6.9.2, but none of the providers can be installed
  - package kcm-plasmalogin-6.6.5-1.fc44.x86_64 from updates requires libQt6Core.so.6(Qt_6.11)(64bit), but none of the providers can be installed
  - problem with installed package
  - conflicting requests
  - package qt6-qtwebengine-6.11.1-1.fc44.x86_64 from updates requires libavformat.so.62()(64bit), but none of the providers can be installed
  - package qt6-qtwebengine-6.11.1-1.fc44.x86_64 from updates requires libavformat.so.62(LIBAVFORMAT_62)(64bit), but none of the providers can be installed
  - package kcm-plasmalogin-6.6.5-1.fc44.i686 from updates requires libQt6Core.so.6(Qt_6.11), but none of the providers can be installed
  - qt6-qtwebengine-6.10.3-1.fc43.x86_64 does not belong to a distupgrade repository
  - nothing provides libbluray.so.3()(64bit) needed by libavformat-free-8.1.1-1.fc44.x86_64 from updates
  - nothing provides libpcre2-16.so.0(PCRE2_10.47) needed by qt6-qtbase-6.11.1-1.fc44.i686 from updates

You changed the /etc/yum.repos.d/fedora.repo to use a cz server, but it is fine: I added
it to my machine and got a proper result for :

dnf config-manager addrepo --id=cz-fedora --set=baseurl=http://ftp.sh.cvut.cz/fedora/linux/releases/44/Everything/x86_64/os/

dnf --disablerepo=* --enablerepo=cz-fedora provides 'libpcre2-16.so.0(PCRE2_10.47)(64bit)'
Updating and loading repositories:
 cz-fedora - Created by dnf5 config-manager                                                                                                                  100% | 128.9 KiB/s | 290.2 KiB |  00m02s
Repositories loaded.
pcre2-utf16-10.47-1.fc44.1.x86_64 : UTF-16 variant of PCRE2
Repo         : @System
Matched From : 
Provide      : pcre2-utf16 = 10.47-1.fc44.1

pcre2-utf16-10.47-1.fc44.1.x86_64 : UTF-16 variant of PCRE2
Repo         : cz-fedora
Matched From : 
Provide      : pcre2-utf16 = 10.47-1.fc44.1

You also changed /etc/yum.repos.d/fedora-updates.repo to use the same server but using https.

Can you post those 2 files ? I guess they use $releasever

You may switch to https in the first one and retry a dnf system-upgrade

I don’t think that the other repos you have cause this problem.

Holy crap. You hit it on the head! I did not use the two variables in the fedora.repo’s baseurl.

I did not realize that could be the issue - I forced the czech server after two issues with the meta server in the past year.

That resolved it! Thank you very much @francismontagnac! Now I’m a bit smarter :slight_smile:

Thanks.

I guess you mean $releasever and $basearch
That explain why dnf system-upgrade shows fc44 packages in the updates repo.

Exactly, fedora-updates was using these variables, fedora wasn’t (had f43 in the url).