LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   patch installation on RHEL (https://www.linuxquestions.org/questions/linux-enterprise-47/patch-installation-on-rhel-629219/)

shabev 03-19-2008 10:43 AM

patch installation on RHEL
 
Hi,

Can anyone tell me how about patch installation on linux?

How can we achieve the same?

Is it in the form of rpms?

how the latest fix will be supported by Redhat?

unSpawn 03-19-2008 11:03 AM

Quote:

Originally Posted by shabev (Post 3093908)
Can anyone tell me how about patch installation on linux?

You don't.


Quote:

Originally Posted by shabev (Post 3093908)
How can we achieve the same?

By updating.


Quote:

Originally Posted by shabev (Post 3093908)
Is it in the form of rpms?

Yes.


Quote:

Originally Posted by shabev (Post 3093908)
how the latest fix will be supported by Redhat?

By incorporating the latest fix in their next release of the package.


I suggest you read the admin docs that come with RHEL or on their site to get you up to speed on the basics.

tpmadigan 03-20-2008 10:08 AM

To install software updates on RHEL, use the "up2date" command as root. This assumes that you have an active subscription with Red Hat; otherwise, you first will have to register your system with Red Hat. The actual download and installation of updates is about as automatic as you'll find anywhere. I believe that kernel updates are deselected by default since those updates usually recommend a reboot and rebooting is considered disruptive by the user community. If you want to include updates to the kernel, you'll have to select them in the up2date GUI. The up2date command also includes a "dry run" option which does everything except for downloading and installing the updates. You'll know exactly what changes will be made to your system before actually doing the update. To use this option, simply enter:

up2date --dry-run

Good luck!


All times are GMT -5. The time now is 08:26 PM.