Feb 22, 2009

Determine What Version Of Ubuntu Your're Running #2

A while back I wrote a post about determining which version of Ubuntu you're running here

They've since added the rather annoying -v option to lsb_release so now I prefer this

$ sudo apt-get install lsb-release
$ lsb_release -drci
# Distributor ID: Ubuntu
# Description: Ubuntu 8.10
# Release: 8.10
# Codename: intrepid

No comments: