How to manually check Ubuntu version? (e.g. from hard drive)
Posted
by
tkoomzaaskz
on Super User
See other posts from Super User
or by tkoomzaaskz
Published on 2013-11-11T08:14:38Z
Indexed on
2013/11/11
10:01 UTC
Read the original article
Hit count: 252
There is a fast way to check ubuntu version of the system:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
But what are the files that store this information and how can I access them? Particularly, I've got an old partition with a dead Linux lying there and I would like to check what was its Ubuntu version. lsb_release -a shows my current Linux version only...
© Super User or respective owner