Different Debian versions from two different commands
up vote
6
down vote
favorite
I wanted to check my current Debian version so I typed uname -a
and it gave me some stuff including Debian 3.2.73
.
But Then I found this command cat /etc/debian_version
and it gave me Debian 7.9
1- What is the difference between the two commands & 2-Which version is installed?
debian kernel version
migrated from askubuntu.com Dec 24 '15 at 8:30
This question came from our site for Ubuntu users and developers.
|
show 2 more comments
up vote
6
down vote
favorite
I wanted to check my current Debian version so I typed uname -a
and it gave me some stuff including Debian 3.2.73
.
But Then I found this command cat /etc/debian_version
and it gave me Debian 7.9
1- What is the difference between the two commands & 2-Which version is installed?
debian kernel version
migrated from askubuntu.com Dec 24 '15 at 8:30
This question came from our site for Ubuntu users and developers.
3
The first is the version of your kernel, the second the Debian release number...
– jasonwryan
Dec 24 '15 at 8:32
@jasonwryan Thanks, you may make this as answer to be marked :)
– AhmedWas
Dec 24 '15 at 8:33
@jasonwryan So my release is Wheezy?
– AhmedWas
Dec 24 '15 at 8:37
2
I recommend usinglsb_release -a
for printing distribution specific information
– Pandya
Dec 24 '15 at 8:43
1
@Pandya, Yeslsb_release -a
is the best. Thansk, man :)
– AhmedWas
Dec 24 '15 at 8:46
|
show 2 more comments
up vote
6
down vote
favorite
up vote
6
down vote
favorite
I wanted to check my current Debian version so I typed uname -a
and it gave me some stuff including Debian 3.2.73
.
But Then I found this command cat /etc/debian_version
and it gave me Debian 7.9
1- What is the difference between the two commands & 2-Which version is installed?
debian kernel version
I wanted to check my current Debian version so I typed uname -a
and it gave me some stuff including Debian 3.2.73
.
But Then I found this command cat /etc/debian_version
and it gave me Debian 7.9
1- What is the difference between the two commands & 2-Which version is installed?
debian kernel version
debian kernel version
edited Nov 24 at 20:43
Rui F Ribeiro
38.3k1475126
38.3k1475126
asked Dec 24 '15 at 8:29
AhmedWas
16217
16217
migrated from askubuntu.com Dec 24 '15 at 8:30
This question came from our site for Ubuntu users and developers.
migrated from askubuntu.com Dec 24 '15 at 8:30
This question came from our site for Ubuntu users and developers.
3
The first is the version of your kernel, the second the Debian release number...
– jasonwryan
Dec 24 '15 at 8:32
@jasonwryan Thanks, you may make this as answer to be marked :)
– AhmedWas
Dec 24 '15 at 8:33
@jasonwryan So my release is Wheezy?
– AhmedWas
Dec 24 '15 at 8:37
2
I recommend usinglsb_release -a
for printing distribution specific information
– Pandya
Dec 24 '15 at 8:43
1
@Pandya, Yeslsb_release -a
is the best. Thansk, man :)
– AhmedWas
Dec 24 '15 at 8:46
|
show 2 more comments
3
The first is the version of your kernel, the second the Debian release number...
– jasonwryan
Dec 24 '15 at 8:32
@jasonwryan Thanks, you may make this as answer to be marked :)
– AhmedWas
Dec 24 '15 at 8:33
@jasonwryan So my release is Wheezy?
– AhmedWas
Dec 24 '15 at 8:37
2
I recommend usinglsb_release -a
for printing distribution specific information
– Pandya
Dec 24 '15 at 8:43
1
@Pandya, Yeslsb_release -a
is the best. Thansk, man :)
– AhmedWas
Dec 24 '15 at 8:46
3
3
The first is the version of your kernel, the second the Debian release number...
– jasonwryan
Dec 24 '15 at 8:32
The first is the version of your kernel, the second the Debian release number...
– jasonwryan
Dec 24 '15 at 8:32
@jasonwryan Thanks, you may make this as answer to be marked :)
– AhmedWas
Dec 24 '15 at 8:33
@jasonwryan Thanks, you may make this as answer to be marked :)
– AhmedWas
Dec 24 '15 at 8:33
@jasonwryan So my release is Wheezy?
– AhmedWas
Dec 24 '15 at 8:37
@jasonwryan So my release is Wheezy?
– AhmedWas
Dec 24 '15 at 8:37
2
2
I recommend using
lsb_release -a
for printing distribution specific information– Pandya
Dec 24 '15 at 8:43
I recommend using
lsb_release -a
for printing distribution specific information– Pandya
Dec 24 '15 at 8:43
1
1
@Pandya, Yes
lsb_release -a
is the best. Thansk, man :)– AhmedWas
Dec 24 '15 at 8:46
@Pandya, Yes
lsb_release -a
is the best. Thansk, man :)– AhmedWas
Dec 24 '15 at 8:46
|
show 2 more comments
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
uname
It prints the name, version and other details about the current machine and the operating system kernel running on it.
3.2.73 is kernel version of your operating system. When you run the command shows the updated Operating system, kernel version, released date etc.
/etc/debian_version
This command is used to Check version you of the Debian distribution you are running.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
uname
It prints the name, version and other details about the current machine and the operating system kernel running on it.
3.2.73 is kernel version of your operating system. When you run the command shows the updated Operating system, kernel version, released date etc.
/etc/debian_version
This command is used to Check version you of the Debian distribution you are running.
add a comment |
up vote
5
down vote
accepted
uname
It prints the name, version and other details about the current machine and the operating system kernel running on it.
3.2.73 is kernel version of your operating system. When you run the command shows the updated Operating system, kernel version, released date etc.
/etc/debian_version
This command is used to Check version you of the Debian distribution you are running.
add a comment |
up vote
5
down vote
accepted
up vote
5
down vote
accepted
uname
It prints the name, version and other details about the current machine and the operating system kernel running on it.
3.2.73 is kernel version of your operating system. When you run the command shows the updated Operating system, kernel version, released date etc.
/etc/debian_version
This command is used to Check version you of the Debian distribution you are running.
uname
It prints the name, version and other details about the current machine and the operating system kernel running on it.
3.2.73 is kernel version of your operating system. When you run the command shows the updated Operating system, kernel version, released date etc.
/etc/debian_version
This command is used to Check version you of the Debian distribution you are running.
edited Dec 25 '15 at 1:20
bahamat
24k14690
24k14690
answered Dec 24 '15 at 9:08
Raghvendra
362139
362139
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f251300%2fdifferent-debian-versions-from-two-different-commands%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
The first is the version of your kernel, the second the Debian release number...
– jasonwryan
Dec 24 '15 at 8:32
@jasonwryan Thanks, you may make this as answer to be marked :)
– AhmedWas
Dec 24 '15 at 8:33
@jasonwryan So my release is Wheezy?
– AhmedWas
Dec 24 '15 at 8:37
2
I recommend using
lsb_release -a
for printing distribution specific information– Pandya
Dec 24 '15 at 8:43
1
@Pandya, Yes
lsb_release -a
is the best. Thansk, man :)– AhmedWas
Dec 24 '15 at 8:46