dev-resources.site
for different kinds of informations.
How to do Security Updates only with Yum in CentOS
Published at
6/5/2019
Categories
centos
yum
security
Author
rgeraldporter
Author
13 person written this
rgeraldporter
open
This is a fairly basic "just the security updates, please!" guide for CentOS 6+.
This assumes you're root
or have used sudo su
.
First, you may need to ensure you have the yum security plugin:
rpm -qa | grep -i yum-plugin-security
If you don't, you can update it with the following.
yum install yum-plugin-security
Now let's check if there are updates:
yum --security check-update
If there are available updates, there will be results after this command.
To update, run the updater with the option --security
to specify security updates only.
yum update --security
That's it!
Is something badly out of date? Did this work for you? Please post a comment to help others who might use this for guidance. I originally wrote these instructions around 2013.
yum Article's
11 articles in total
The best carb.js
read article
Setting up a VPC Endpoint for yum with AWS CDK
read article
recover from a interrupted yum upgrade
read article
YUM/DNF ile Depo İşlemleri
read article
Your own local repository.
read article
Dependency hell in Linux (centos 7)
read article
python3 yum
read article
ERROR: Existing lock /var/run/yum.pid: another copy is running as pid <PID>
read article
Advanced usage of yum-config-manager with setopts
read article
How to do Security Updates only with Yum in CentOS
currently reading
Why do we ❤️ Oracle Linux 7 and node 10 ?
read article
Featured ones: