Control Web Panel

WebPanel => Updates => Topic started by: sergdev777 on July 22, 2023, 04:08:03 PM

Title: Yum manager packages update aren't updates although message "Package updated"
Post by: sergdev777 on July 22, 2023, 04:08:03 PM
Hi,

I'm running CWP7 pro on Centos 7, in yum manager the packages update aren't updates even though after click on "Update" button it show message that "Package updated successfully.", but the same list of packages update is not dissapered.
I'm not sure if its really not updating or it just the list not cleared after the update.
Its already belonging about a half year.

How possible to solve it?

(https://wdd.co.il/pub/1.png)
(https://wdd.co.il/pub/2.png)
Title: Re: Yum manager packages update aren't updates although message "Package updated"
Post by: overseer on July 22, 2023, 06:54:54 PM
You may need to clean your yum cache:
Code: [Select]
sudo yum clean packages
sudo yum clean headers
sudo yum clean metadata
sudo yum clean all
Also be aware that you can't update major or minor versions of MariaDB through the CWP Yum Manager. You will need to manually update via a shell.
Title: Re: Yum manager packages update aren't updates although message "Package updated"
Post by: sergdev777 on July 23, 2023, 12:25:38 AM
You may need to clean your yum cache:
Code: [Select]
sudo yum clean packages
sudo yum clean headers
sudo yum clean metadata
sudo yum clean all
Also be aware that you can't update major or minor versions of MariaDB through the CWP Yum Manager. You will need to manually update via a shell.
Thank you, the problem resolved!