Tag: security
-
Installing just security updates with yum
Install just the security patches, but not kernel or java patches yum update –security –exclude=kernel* –exclude=java*
-
Yum Security Only Update
To update your system with YUM but only install the security patches, use the following: # yum update-minimal —security