Enter your email address:

Delivered by FeedBurner

Which Debian or Ubuntu are you using?

Normally you know which version of a given distro you are running if you are on your machine, but what if you are on a rented server, or a friend's machine.

If you want to know which version of Debian or Ubuntu you are running, you can always check the /etc/apt/sources.list there you will see the version you are running but a better way is to run this on a terminal:

lsb_release -a

The output in my Debian Box is:

Distributor ID: Debian
Description:    Debian GNU/Linux 5.0 (lenny)
Release:        5.0
Codename:       lenny

You can also run this in a Debian Linux.

cat /etc/debian_version

In my Debian box this is the output:

5.0

I do not have an Ubuntu machine now, but I can remember that if you run this on an Ubuntu Linux, you will get

sid

As the output, as Ubuntu is based on Debian sid.

Share/Save
 #
Hi, I am using Lenny 5.0, and this is the output those command you mentioned.
---@debian:/boot$ cat /etc/issue
Debian GNU/Linux 5.0 \n \l

---@debian:/boot$ cat /etc/debian_version 
5.0
Guillermo Garron
 

If this was useful for you, please consider making a donation, any amount is welcome, please proceed by clicking on the yellow donate button, thank you in advance.

Navigation

Recent comments