Tag: yum
-
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
-
Yum groups
# yum groups list # yum groups info “Development Tools” # yum groups install “Server with GUI”