It also removed fedora-repos
and fedora-repos-modular
on 35, successfully.
It reinstalled these three packages successfully without complaints.
dnf repolist
now shows exclusively 36 version numbers!
dnf check
now lists 5 less duplicates.
I ran sudo dnf remove --duplicates
successfully, affecting 1322 packages, downloading 1.1 GB of rpm packages. After the download, it proceeded to reinstall 3966 packages (holy shit).
dnf check
is now completely silent. All detected issues have been resolved.
uname -r
still says 35, not 36.
sudo dnf distro-sync
downgraded container-selinux
, but it’s still on 36. It was happy after that.
dnf list
lists 69340 packages containing fc36
, 705 containing fc35
, 242 containing neither.
rpm -qa
prints 1911 lines containing fc36
, 21 containing fc35
, and 28 containing neither.
These are the packages returned by rpm -qa
containing fc35
:
julietaula-montserrat-fonts-common-7.210-5.fc35.noarch
julietaula-montserrat-base-web-fonts-7.210-5.fc35.noarch
tbb-2020.3-9.fc35.x86_64
shared-mime-info-2.1-3.fc35.x86_64
python3-tempita-0.5.2-2.fc35.noarch
xorg-x11-drv-qxl-0.1.5-20.fc35.x86_64
xorg-x11-drv-vmware-13.2.1-16.fc35.x86_64
ipw2200-firmware-3.1-22.fc35.noarch
ipw2100-firmware-1.3-29.fc35.noarch
kernel-core-5.18.6-100.fc35.x86_64
kernel-modules-5.18.6-100.fc35.x86_64
kernel-5.18.6-100.fc35.x86_64
kernel-modules-extra-5.18.6-100.fc35.x86_64
kernel-core-5.18.7-100.fc35.x86_64
kernel-modules-5.18.7-100.fc35.x86_64
kernel-5.18.7-100.fc35.x86_64
kernel-modules-extra-5.18.7-100.fc35.x86_64
kernel-core-5.18.13-100.fc35.x86_64
kernel-modules-5.18.13-100.fc35.x86_64
kernel-5.18.13-100.fc35.x86_64
kernel-modules-extra-5.18.13-100.fc35.x86_64
These are the packages containing fc35
and the keywords kernel
, fedora
, linux
, or gnome
, that were listed by dnf list
(there were many others, but mostly irrelevant-seeming ones; I did however notice a couple of programming languages still being on fc35):
kernel.x86_64 5.18.6-100.fc35 @updates
kernel.x86_64 5.18.7-100.fc35 @updates
kernel.x86_64 5.18.13-100.fc35 @updates
kernel-core.x86_64 5.18.6-100.fc35 @updates
kernel-core.x86_64 5.18.7-100.fc35 @updates
kernel-core.x86_64 5.18.13-100.fc35 @updates
kernel-modules.x86_64 5.18.6-100.fc35 @updates
kernel-modules.x86_64 5.18.7-100.fc35 @updates
kernel-modules.x86_64 5.18.13-100.fc35 @updates
kernel-modules-extra.x86_64 5.18.6-100.fc35 @updates
kernel-modules-extra.x86_64 5.18.7-100.fc35 @updates
kernel-modules-extra.x86_64 5.18.13-100.fc35 @updates
cjdns-selinux.noarch 21.1-6.fc35 fedora
fedora-packager.noarch 0.6.0.6-3.fc35 fedora
fedora-packager-kerberos.noarch 0.6.0.6-3.fc35 fedora
fedora-packager-yubikey.noarch 0.6.0.6-3.fc35 fedora
gcc-c++-m32r-linux-gnu.x86_64 11.2.1-1.fc35 fedora
gcc-m32r-linux-gnu.x86_64 11.2.1-1.fc35 fedora
libgnome.i686 2.32.1-23.fc35 fedora
libgnome.x86_64 2.32.1-23.fc35 fedora
libgnome-devel.i686 2.32.1-23.fc35 fedora
libgnome-devel.x86_64 2.32.1-23.fc35 fedora
linuxptp.x86_64 3.1.1-2.fc35 fedora
linuxptp-selinux.noarch 3.1.1-2.fc35 fedora
python3-linux-procfs.noarch 0.6.3-3.fc35 fedora
There’s a lot of kernel in there. Might this be connected with uname -r
still saying 35?
What commands should I run to upgrade the remaining packages that still reside on the 35 side?