Answer the question
In order to leave comments, you need to log in
[[+content_image]]
How to remove unused centos7 updates?
When updating, the system writes that there are 2 unused updates, how can I delete it?
[[email protected] ~]# yum versionlock status
Loaded plugins: fastestmirror, replace, versionlock
Loading mirror speeds from cached hostfile
* base: mirror.axelname.ru
* epel: www.nic.funet.fi
* extras: mirror.axelname.ru
* remi-safe: mirror.awanti.com
* updates: mirror.axelname.ru
* webtatic: uk.repo.webtatic.com
0:cloud-init-18.5-3.el7.centos.*
10:qemu-guest-agent-2.12.0-3.el7.*
versionlock status done
Answer the question
In order to leave comments, you need to log in
The yum versionlock status command has nothing to do with updates, it shows locked versions of programs that will NOT be updated. You can remove the lock, for example by manually deleting entries in /etc/yum/pluginconf.d/versionlock.list, or with the same yum versionlock delete
command. And updating is done with the yum update command.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question