How to determine the Patch Level of a RedH at Enterprise Linux (RHEL) Installation?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












We have RHEL6 installed on our server. I can see in the /etc/redhat-release that we have RHEL 6.9 installed.



What I cannot figure out is:
How do I find out what Patch Level is installed on our RHEL OS?







share|improve this question





















  • Use google, see instructions here: experts-exchange.com/questions/26432940/…
    – Mikhail Zakharov
    Jun 7 at 8:52














up vote
1
down vote

favorite












We have RHEL6 installed on our server. I can see in the /etc/redhat-release that we have RHEL 6.9 installed.



What I cannot figure out is:
How do I find out what Patch Level is installed on our RHEL OS?







share|improve this question





















  • Use google, see instructions here: experts-exchange.com/questions/26432940/…
    – Mikhail Zakharov
    Jun 7 at 8:52












up vote
1
down vote

favorite









up vote
1
down vote

favorite











We have RHEL6 installed on our server. I can see in the /etc/redhat-release that we have RHEL 6.9 installed.



What I cannot figure out is:
How do I find out what Patch Level is installed on our RHEL OS?







share|improve this question













We have RHEL6 installed on our server. I can see in the /etc/redhat-release that we have RHEL 6.9 installed.



What I cannot figure out is:
How do I find out what Patch Level is installed on our RHEL OS?









share|improve this question












share|improve this question




share|improve this question








edited Jun 7 at 8:57









Stephen Kitt

140k22302363




140k22302363









asked Jun 7 at 8:42









sgrover

112




112











  • Use google, see instructions here: experts-exchange.com/questions/26432940/…
    – Mikhail Zakharov
    Jun 7 at 8:52
















  • Use google, see instructions here: experts-exchange.com/questions/26432940/…
    – Mikhail Zakharov
    Jun 7 at 8:52















Use google, see instructions here: experts-exchange.com/questions/26432940/…
– Mikhail Zakharov
Jun 7 at 8:52




Use google, see instructions here: experts-exchange.com/questions/26432940/…
– Mikhail Zakharov
Jun 7 at 8:52










2 Answers
2






active

oldest

votes

















up vote
3
down vote



accepted










From what I know, Red Hat Enterprise Linux does not have a patch level concept.



The closest thing to a patch level is an update/release. You can get it with:
cat /etc/redhat-release.



As found out by @sgrover, a more detailed output can also be found with the following command:
rpm -qf /etc/redhat-release






share|improve this answer



















  • 2




    After a lot of searching, and trying - I found the following answer: rpm -qf /etc/redhat-release redhat-release-server-6Server-6.9.0.4.el6.x86_64 - So here, 6.9.0.4 is the thing I was looking for.
    – sgrover
    Jun 7 at 8:58











  • Ok, this give you a more detailed version. I'll add this
    – Kevin Lemaire
    Jun 7 at 9:02


















up vote
0
down vote













To obtain release and update levels, you can use lsb_release. This is the "Linux Standard Base" command and is quite useful in scripts. You may need to install it:



yum install redhat-lsb





share|improve this answer





















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448365%2fhow-to-determine-the-patch-level-of-a-redh-at-enterprise-linux-rhel-installati%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    3
    down vote



    accepted










    From what I know, Red Hat Enterprise Linux does not have a patch level concept.



    The closest thing to a patch level is an update/release. You can get it with:
    cat /etc/redhat-release.



    As found out by @sgrover, a more detailed output can also be found with the following command:
    rpm -qf /etc/redhat-release






    share|improve this answer



















    • 2




      After a lot of searching, and trying - I found the following answer: rpm -qf /etc/redhat-release redhat-release-server-6Server-6.9.0.4.el6.x86_64 - So here, 6.9.0.4 is the thing I was looking for.
      – sgrover
      Jun 7 at 8:58











    • Ok, this give you a more detailed version. I'll add this
      – Kevin Lemaire
      Jun 7 at 9:02















    up vote
    3
    down vote



    accepted










    From what I know, Red Hat Enterprise Linux does not have a patch level concept.



    The closest thing to a patch level is an update/release. You can get it with:
    cat /etc/redhat-release.



    As found out by @sgrover, a more detailed output can also be found with the following command:
    rpm -qf /etc/redhat-release






    share|improve this answer



















    • 2




      After a lot of searching, and trying - I found the following answer: rpm -qf /etc/redhat-release redhat-release-server-6Server-6.9.0.4.el6.x86_64 - So here, 6.9.0.4 is the thing I was looking for.
      – sgrover
      Jun 7 at 8:58











    • Ok, this give you a more detailed version. I'll add this
      – Kevin Lemaire
      Jun 7 at 9:02













    up vote
    3
    down vote



    accepted







    up vote
    3
    down vote



    accepted






    From what I know, Red Hat Enterprise Linux does not have a patch level concept.



    The closest thing to a patch level is an update/release. You can get it with:
    cat /etc/redhat-release.



    As found out by @sgrover, a more detailed output can also be found with the following command:
    rpm -qf /etc/redhat-release






    share|improve this answer















    From what I know, Red Hat Enterprise Linux does not have a patch level concept.



    The closest thing to a patch level is an update/release. You can get it with:
    cat /etc/redhat-release.



    As found out by @sgrover, a more detailed output can also be found with the following command:
    rpm -qf /etc/redhat-release







    share|improve this answer















    share|improve this answer



    share|improve this answer








    edited Jun 7 at 9:03


























    answered Jun 7 at 8:50









    Kevin Lemaire

    1,035421




    1,035421







    • 2




      After a lot of searching, and trying - I found the following answer: rpm -qf /etc/redhat-release redhat-release-server-6Server-6.9.0.4.el6.x86_64 - So here, 6.9.0.4 is the thing I was looking for.
      – sgrover
      Jun 7 at 8:58











    • Ok, this give you a more detailed version. I'll add this
      – Kevin Lemaire
      Jun 7 at 9:02













    • 2




      After a lot of searching, and trying - I found the following answer: rpm -qf /etc/redhat-release redhat-release-server-6Server-6.9.0.4.el6.x86_64 - So here, 6.9.0.4 is the thing I was looking for.
      – sgrover
      Jun 7 at 8:58











    • Ok, this give you a more detailed version. I'll add this
      – Kevin Lemaire
      Jun 7 at 9:02








    2




    2




    After a lot of searching, and trying - I found the following answer: rpm -qf /etc/redhat-release redhat-release-server-6Server-6.9.0.4.el6.x86_64 - So here, 6.9.0.4 is the thing I was looking for.
    – sgrover
    Jun 7 at 8:58





    After a lot of searching, and trying - I found the following answer: rpm -qf /etc/redhat-release redhat-release-server-6Server-6.9.0.4.el6.x86_64 - So here, 6.9.0.4 is the thing I was looking for.
    – sgrover
    Jun 7 at 8:58













    Ok, this give you a more detailed version. I'll add this
    – Kevin Lemaire
    Jun 7 at 9:02





    Ok, this give you a more detailed version. I'll add this
    – Kevin Lemaire
    Jun 7 at 9:02













    up vote
    0
    down vote













    To obtain release and update levels, you can use lsb_release. This is the "Linux Standard Base" command and is quite useful in scripts. You may need to install it:



    yum install redhat-lsb





    share|improve this answer

























      up vote
      0
      down vote













      To obtain release and update levels, you can use lsb_release. This is the "Linux Standard Base" command and is quite useful in scripts. You may need to install it:



      yum install redhat-lsb





      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        To obtain release and update levels, you can use lsb_release. This is the "Linux Standard Base" command and is quite useful in scripts. You may need to install it:



        yum install redhat-lsb





        share|improve this answer













        To obtain release and update levels, you can use lsb_release. This is the "Linux Standard Base" command and is quite useful in scripts. You may need to install it:



        yum install redhat-lsb






        share|improve this answer













        share|improve this answer



        share|improve this answer











        answered Jun 7 at 11:10









        JRFerguson

        9,06532228




        9,06532228






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448365%2fhow-to-determine-the-patch-level-of-a-redh-at-enterprise-linux-rhel-installati%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay