<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to find the currently installed patch level of Redhat Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490583#M38117</link>
    <description>The closest thing you get to patch levels is an update. this can be found by using the command:&lt;BR /&gt;&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;you will now know which update you are on, which is interesting because some soft/hardware only support RH from a certain update (for example RH 4.6 means Red Hat 4 Update 6).&lt;BR /&gt;&lt;BR /&gt;however it is possible that fixes for certain pakcages are installed as well. you see, there is no concept of 'patch' on linux package management. typicaly a replacement package is released and the version information will by different.&lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;&lt;BR /&gt;screen-4.0.2-5 is replaced with screen-4.0.2-6 (the package iteration is noted after the last '-').&lt;BR /&gt;&lt;BR /&gt;if you want to know if there are packages available, you should use up2date or yum to querry the repositories.</description>
    <pubDate>Thu, 03 Sep 2009 05:08:07 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2009-09-03T05:08:07Z</dc:date>
    <item>
      <title>How to find the currently installed patch level of Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490580#M38114</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We are using Redhat4 &amp;amp; Redhat5 and using suse 9 &amp;amp; 10.&lt;BR /&gt;&lt;BR /&gt;For suse, we can find the currently installed patch level (like patch level 1, 2 , 3 ...)using below commands.&lt;BR /&gt;&lt;BR /&gt;Ex 1:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/SuSE-release&lt;BR /&gt;SUSE Linux Enterprise Server 10 (x86_64)&lt;BR /&gt;VERSION = 10&lt;BR /&gt;PATCHLEVEL = 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ex 2:&lt;BR /&gt;&lt;BR /&gt;suse10tst:~ # SPident -vv&lt;BR /&gt;&lt;BR /&gt;Summary               (using 974 packages)&lt;BR /&gt;Product/ServicePack     conflict        match  update      (shipped)&lt;BR /&gt;SLE-10-x86_64            0    0%    358 36.8%       0   (2754 13.0%)&lt;BR /&gt;SLE-10-x86_64-SP1        0    0%    506 52.0%       0   (2938 17.2%)&lt;BR /&gt;SLE-10-x86_64-SP2        0    0%    971 99.7%       0   (2337 41.5%)&lt;BR /&gt;Unknown                               3  0.3%&lt;BR /&gt;&lt;BR /&gt; Legend for Package Details:&lt;BR /&gt;  -  conflicting package (found &amp;lt; expected)&lt;BR /&gt;&lt;BR /&gt;CONCLUSION: System is up-to-date!&lt;BR /&gt;  found    SLE-10-x86_64-SP2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Like above, i want to see the currently installed patch level for Redhat.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 11:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490580#M38114</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-09-02T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the currently installed patch level of Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490581#M38115</link>
      <description>redhat does not have such a fictionary patch level concept I suppose. I am not sure where SuSE's implementation is coming from but looking at the 'cat SuSE-release' command, it is a patch level of the kernel under suse implementation.&lt;BR /&gt;&lt;BR /&gt;Closest thing to this you can get under any RHEL release is, using the command&lt;BR /&gt;&lt;BR /&gt;uname -r&lt;BR /&gt;&lt;BR /&gt;which will give you your kernel release version.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Wed, 02 Sep 2009 14:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490581#M38115</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-09-02T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the currently installed patch level of Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490582#M38116</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;#kernel&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;rpm -qa&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 02 Sep 2009 15:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490582#M38116</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-09-02T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the currently installed patch level of Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490583#M38117</link>
      <description>The closest thing you get to patch levels is an update. this can be found by using the command:&lt;BR /&gt;&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;you will now know which update you are on, which is interesting because some soft/hardware only support RH from a certain update (for example RH 4.6 means Red Hat 4 Update 6).&lt;BR /&gt;&lt;BR /&gt;however it is possible that fixes for certain pakcages are installed as well. you see, there is no concept of 'patch' on linux package management. typicaly a replacement package is released and the version information will by different.&lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;&lt;BR /&gt;screen-4.0.2-5 is replaced with screen-4.0.2-6 (the package iteration is noted after the last '-').&lt;BR /&gt;&lt;BR /&gt;if you want to know if there are packages available, you should use up2date or yum to querry the repositories.</description>
      <pubDate>Thu, 03 Sep 2009 05:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490583#M38117</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-09-03T05:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the currently installed patch level of Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490584#M38118</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think this will help you&lt;BR /&gt;#cat /etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 03 Sep 2009 10:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490584#M38118</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-09-03T10:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the currently installed patch level of Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490585#M38119</link>
      <description>Check for LSB. If this is installed you can use lsb_release (Python script) to get info: &lt;BR /&gt;&lt;BR /&gt;lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID: Debian&lt;BR /&gt;Description:    Debian GNU/Linux 5.0.2 (lenny)&lt;BR /&gt;Release:        5.0.2&lt;BR /&gt;Codename:       lenny&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 03 Sep 2009 11:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-the-currently-installed-patch-level-of-redhat-linux/m-p/4490585#M38119</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-09-03T11:24:33Z</dc:date>
    </item>
  </channel>
</rss>

