LINUX Patch / Package

How to apply Patch / Package for LINUX?

Showing Answers 1 - 3 of 3 Answers

swaroop m

  • Mar 22nd, 2018
 

We can use yum for update packages
# yum update
For update all application including kernel
# yum update all
To exclude kernel
# yum update all --exclude kernel
to update only kernel
yum update kernel*
SYNC all the installed packages on a system to stable release?
# yum distro-sync [On CentOS/RHEL]
or
# dnf distro-sync [On Fedora 20 Onwards]
for group upadte
# yum groupupdate

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions