On 11/8/23 10:46, Jeffrey Walton wrote:
On Wed, Nov 8, 2023 at 1:41 PM ToddAndMargo via users users@lists.fedoraproject.org wrote:
One of my Fedora machines I just upgraded from fc38 to fc39 still have a ton of fc38 stuff in it. Is that normal?
`uname -a` and `cat /etc/redhat-release` all say I am on fc39.
But when I go to do a `dnf upgrade` I get tons of fc38 stuff to upgrade to a newer fc38 version.
Am I missing something?
How did you upgrade?
Did you follow dnf-system-upgrade at https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/? If yes, then a lot of the F38 gear should have been removed.
If it's just packages, then 'remove-retired-packages' and 'dnf autoremove' may be what you need to remove unneeded packages.
Jeff
I upgraded following the link, with a few of my own tweaks. This was my second computer. The first went through without issue
-T
# rpm --rebuilddb # rpm -Va --nofiles --nodigest if anything is too new, do a # dnf downgrade offender(s)
# dnf --enablerepo=* update --refresh # reboot and repeat the above update until no updates registered
# dnf autoremove
# dnf install dnf-plugin-system-upgrade # dnf system-upgrade download --refresh --releasever=39
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-39-primary # dnf clean packages <-- optional # dnf system-upgrade -v reboot --debugsolver