How to determine the Patch Level of a RedH at Enterprise Linux (RHEL) Installation?
Clash 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?
rhel
add a comment |Â
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?
rhel
Use google, see instructions here: experts-exchange.com/questions/26432940/â¦
â Mikhail Zakharov
Jun 7 at 8:52
add a comment |Â
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?
rhel
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?
rhel
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
add a comment |Â
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
add a comment |Â
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
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
add a comment |Â
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
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
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
answered Jun 7 at 11:10
JRFerguson
9,06532228
9,06532228
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Use google, see instructions here: experts-exchange.com/questions/26432940/â¦
â Mikhail Zakharov
Jun 7 at 8:52