Author Topic: AL 9.6, I have info about 240 updates  (Read 85 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
AL 9.6, I have info about 240 updates
« on: November 19, 2025, 07:11:28 AM »
Hi,

I work with AL 9.6... Since yesterday, I have info about 240 updates:

https://prnt.sc/vRmNk7sYu7wR

... but nothing happens..., after I select update, nothing happens, and this information about 240 updates available appears again ...

BR
Venty

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #1 on: November 19, 2025, 02:07:50 PM »
As others have mentioned, the Yum Manager in the web GUI can be buggy. Best to leave yum behind as legacy and get acquainted with dnf. Try:
Code: [Select]
dnf --refresh update

Offline
***
Re: AL 9.6, I have info about 240 updates
« Reply #2 on: November 19, 2025, 02:28:00 PM »
As others have mentioned, the Yum Manager in the web GUI can be buggy. Best to leave yum behind as legacy and get acquainted with dnf. Try:
Code: [Select]
dnf --refresh update

Ok, the result is:

https://prnt.sc/wuudORVZrfXQ

his information about 240 updates available appears again ...

BR
Venty


Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #4 on: November 20, 2025, 12:16:33 PM »
That is because you are probably running AlmaLinux 9.6, and 9.7 just dropped.

So about 360 package updates is normal.

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #5 on: November 20, 2025, 02:47:07 PM »
To fix the conflict:

Code: [Select]
dnf remove perl-DBD-MySQL -y
Code: [Select]
dnf install perl-DBD-MariaDB -y
Finish the upgrade to AlmaLinux 9.7:
Code: [Select]
dnf --refresh update

 

</