Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Possible Duplicate:
How can I find the version of Ubuntu that is installed?

I download the latest Ubuntu beta 12.10 few days ago. Now ,I completely updated after final release of Ubuntu 12.10. How can I check whether Iam still running the same beta version?

share|improve this question
Also related: askubuntu.com/questions/5675/… – Bruno Pereira Oct 22 '12 at 8:31

marked as duplicate by Bruno Pereira Oct 22 '12 at 8:32

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

3 Answers

You can check it via command line.

  1. Open a Terminal by pressing CTRL+ALT+T.

  2. Type:

    lsb_release -a
    

    and press Enter.

  3. The Ubuntu version is displayed on the 'Description:' line.

For more details, see here.

share|improve this answer
Will this command differentiate the alpha/beta/prod release? – devav2 Oct 22 '12 at 8:24

This works for most of the linux distros.

cat /etc/issue

Run this in a shell.

share|improve this answer

There are GUI ways of checking but I prefer the Terminal.

To check your Ubuntu version using the command line:

  1. Open a Terminal by pressing Ctrl+Alt+T.
  2. Type: lsb_release -a and press Enter.

The Ubuntu version is displayed on the 'Description:' line.

References:

Identifying the version of Ubuntu you are using.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.