Linux Patches


 
Thread Tools Search this Thread
Operating Systems Linux Linux Patches
# 1  
Old 01-06-2010
Linux Patches

How do you determine the missing security patches on a Linux Server, I think in Solaris you could use showrev -p but unsure of the Linux alternative, or any tool to do this?
# 2  
Old 01-06-2010
You're assuming security patches work in an analogous way on a non-solaris OS, which they probably don't. In any case Linux is only a kernel, so the answers can be completely different depending on which distro -- so, which distro? Smilie
# 3  
Old 01-06-2010
Red Hat Linux Enterprise release 4 and another box running release 5 so solutions for both would be great.

Regards
# 4  
Old 01-11-2010
In Linux, in general, there are not "patches" per se. Everything is a package, and if you need to get from foobar-1.25.01 to foobar-1.28.03 this is not a patch but rather an upgrade.

If you would like to see what packages you have installed, rpm -qa will show you.

The best way to see what patches you need would be to use some tool like Satellite Server or a subscription to RHN for a Red Hat machine.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Patches for Red Hat Linux

i am installing an application and i am getting this error message about patches Would you like to see system information? Operating System Information Name: Linux Architecture: i386 Version: 2.6.32-431.el6.x86_64 Required OS Patch Levels Passed Name ... (4 Replies)
Discussion started by: DOkuwa
4 Replies

2. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

3. Solaris

OS Patches

Hi, Please let me know how to check all the opearating system patches that were applied on an Sun Solaris machine. Thanks. (2 Replies)
Discussion started by: jjoy
2 Replies

4. Solaris

OS patches

Hi all, I am working on SUN-fire server solaris-10 How to find out what & how much " OS patches " installed on it?? plz help me out .:( (3 Replies)
Discussion started by: saurabh84g
3 Replies

5. Solaris

patches

# /usr/sbin/patchadd -p | grep 119961 Patch: 119961-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot Patch: 119961-04 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot I was trying to check if i have the above patch on my system when i got the result as shown above, does this... (1 Reply)
Discussion started by: seyiisq
1 Replies

6. UNIX for Advanced & Expert Users

Linux security patches

Hi all, :) I'm quite new with installation of security patches in Linux Redhat Enterprise, here's my question. I have 2 machine of this RHEL(never patch before) since it never connects directly to the internet(block by firewall) and I want to update the patches now because my boss asked me to... (1 Reply)
Discussion started by: flekzout
1 Replies

7. UNIX for Dummies Questions & Answers

Unix, Linux Patches

How are patches for vulnerabilities deployed for UNIX, and Linux? How are customers alerted of patches and updates for each company? Are the patches deployed automatically? Is there a certain day that they are deployed or ready for use? I have done several different kinds of search at... (3 Replies)
Discussion started by: purplebear
3 Replies

8. Solaris

OS Patches

Hi all, We are planning to install Oracle 10g in the Sun Solaris 10 (64 bit Sun Sparc ). Can any one please tell me what are the OS level patches that has to be installed in the OS before starting installation of Oracle 10g. Thanks and Regards, Prashanth (1 Reply)
Discussion started by: prashanth_gs
1 Replies

9. Linux

How to find and apply patches in RHAT linux?

Hi: This is an elementary qs. Thanks in advance, (4 Replies)
Discussion started by: bbose
4 Replies
Login or Register to Ask a Question