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:
Post a Comment