Update error GUI

Constantly writes the same thing, even after clearing the cache. Packages have been installed via ssh for a long time. Is there a solution?

Try
yum clean all
from SSH and then
yum update && yum upgrade

1 Like

yum update immediately updates everything, but not in the GUI

1 Like

If you clean cache from SSH and then go in Software Center you’ll get the same error?

Yes I am.

I suggest you to try to clean all cache and upgrade from CLI. Then check if with next updates the error persists.

Yes, I clean, yum upgrade, all is well. But the GUI doesn’t. The problem where a month after the next big update.

Have you also try to clean browser cache/change browser? It’s a little bit strange…

I have 3 browser always in work, Chrome, Cent, Firefox. Browser cache clean software from 1 to 10 times a day. Let’s wait for the next update, see what happens.

1 Like

If the issue with the software center UI appears again try to select the English language from the login screen and see if it’s reproducible.

Did you enable the locked software origin option?

If so try to set unlocked…

Unlocked (default)

Consider updates from all available software repositories until the next CentOS distribution release is available

And if you run “yum update” from CLI everything goes well? Could you run and attach the output of

 yum check

14:50:42 root@ms jobs:0 cmd:256 /root

yum check

Loaded plugins: changelog, fastestmirror, nethserver_events
clamav-0.101.1-1.el7.x86_64 is a duplicate with clamav-0.100.2-2.el7.x86_64
clamav-filesystem-0.100.2-2.el7.noarch has installed conflicts clamav > (‘0’, ‘0.100.2’, ‘2.el7’): clamav-0.101.1-1.el7.x86_64
clamav-filesystem-0.101.1-1.el7.noarch has installed conflicts clamav < (‘0’, ‘0.101.1’, ‘1.el7’): clamav-0.100.2-2.el7.x86_64
clamav-filesystem-0.101.1-1.el7.noarch is a duplicate with clamav-filesystem-0.100.2-2.el7.noarch
clamav-lib-0.101.1-1.el7.x86_64 is a duplicate with clamav-lib-0.100.2-2.el7.x86_64
clamav-update-0.101.1-1.el7.x86_64 is a duplicate with clamav-update-0.100.2-2.el7.x86_64
clamd-0.101.1-1.el7.x86_64 is a duplicate with clamd-0.100.2-2.el7.x86_64
4:perl-5.16.3-294.el7_6.x86_64 is a duplicate with 4:perl-5.16.3-293.el7.x86_64
4:perl-libs-5.16.3-294.el7_6.x86_64 is a duplicate with 4:perl-libs-5.16.3-293.el7.x86_64
4:perl-macros-5.16.3-294.el7_6.x86_64 is a duplicate with 4:perl-macros-5.16.3-293.el7.x86_64
veeamsnap-3.0.0.865-1.noarch is a duplicate with veeamsnap-2.0.1.665-1.noarch
Error: check all

You could try to remove duplicate packages with:

package-cleanup --dupes | tail -n +2 | sort --version-sort | awk 'NR % 2 {print "rpm -e --justdb --nodeps " $1 } !(NR % 2) {match($0, "-[0-9]");print "yum -y reinstall " substr($0,0,RSTART-1)}' | sh

If you system doesn’t have the package-cleanup command please install it with:

yum install -y yum-utils

5 Likes

Thank you very much!

A post was split to a new topic: Failed connection to mirrorlist.nethserver.org