Author Topic: Yum manager packages update aren't updates although message "Package updated"  (Read 905 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
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?


« Last Edit: July 22, 2023, 04:09:54 PM by sergdev777 »

Offline
****
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.

Offline
*
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!