Updating system failure

Okay, it appears to be done:

[vanNiekerk@vanniekerkpc-localdomain ~]$ su
Password: 
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps nss-util-3.51.1-1.fc32.x86_64
error: package nss-util-3.51.1-1.fc32.x86_64 is not installed
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps nss-softokn-freebl-3.51.1-1.fc32.x86_64
error: package nss-softokn-freebl-3.51.1-1.fc32.x86_64 is not installed
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps nss-softokn-3.51.1-1.fc32.x86_64
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps nss-sysinit-3.51.1-1.fc32.x86_64
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps nss-3.51.1-1.fc32.x86_64
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps cpp-10.0.1-0.13.fc32.x86_64
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps gcc-10.0.1-0.13.fc32.x86_64
[root@vanniekerkpc-localdomain vanNiekerk]# rpm -e --nodeps gcc-gdb-plugin-10.0.1-0.13.fc32.x86_64
[root@vanniekerkpc-localdomain vanNiekerk]# 

Okay, step six again:

[root@vanniekerkpc-localdomain vanNiekerk]# sudo rpm -Uhv Downloads/chaos/*.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
	package libstdc++-10.1.1-1.fc32.x86_64 is already installed
	package libgomp-10.1.1-1.fc32.x86_64 is already installed
	package cpp-10.1.1-1.fc32.x86_64 is already installed
	package gcc-10.1.1-1.fc32.x86_64 is already installed
	package gcc-gdb-plugin-10.1.1-1.fc32.x86_64 is already installed
	package libgphoto2-2.5.24-2.fc32.x86_64 is already installed
[root@vanniekerkpc-localdomain vanNiekerk]# sudo rpm -ivh Downloads/chaos/*.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
	package libstdc++-10.1.1-1.fc32.x86_64 is already installed
	package libgomp-10.1.1-1.fc32.x86_64 is already installed
	package cpp-10.1.1-1.fc32.x86_64 is already installed
	package gcc-10.1.1-1.fc32.x86_64 is already installed
	package gcc-gdb-plugin-10.1.1-1.fc32.x86_64 is already installed
	package libgphoto2-2.5.24-2.fc32.x86_64 is already installed
[root@vanniekerkpc-localdomain vanNiekerk]# 

Aight, I ran sudo dnf --refresh upgrade, it worked without throwing any errors I could tell, then I ran dnf upgrade --allowerasing, and it said dependencies resolved, so does it not restart?

[vanNiekerk@vanniekerkpc-localdomain ~]$ su
Password: 
[root@vanniekerkpc-localdomain vanNiekerk]# dnf upgrade
Last metadata expiration check: 0:01:49 ago on Mon 01 Jun 2020 05:59:01 PM SAST.
Dependencies resolved.
Nothing to do.
Complete!
[root@vanniekerkpc-localdomain vanNiekerk]# 

1 Like

Wow, unbelievable, we got it fixed!
Did you remove duplicate packages with
sudo dnf remove --duplicates
?

1 Like

Since dnf upgrade worked , there was no need to run it again with “–allowerasing”.

What do you mean, are you talking about rebooting? If yes, dnf does not work like gnome-software, it does not reboot your computer.

Yay! Thanks man. I ran it as far as I k is, but I’ll just run it again quick.

ok, great, we did it ! thanks for the help man

3 Likes

Great, you’re welcome.

2 Likes

I keep forgetting about this, it would be good to mark one of the two long posts as the solution, for the benefit of people who may want to have this much fun in the future. Probably this one.

3 Likes

All done, should be good now.

3 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.