Diff for "CheckingYourUbuntuVersion"


Differences between revisions 49 and 50
Revision 49 as of 2014-02-13 00:45:12
Size: 895
Editor: cpe-76-94-226-228
Comment:
Revision 50 as of 2014-02-27 07:08:14
Size: 1107
Editor: 74-124-79-37
Comment: Note on Unity version checking flaw
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
There are two ways to check which version of Ubuntu you are running. You can either check from within Unity, or put in a short command in the Terminal. There are two ways to check which version of Ubuntu you are running. You can either check from within Unity, or put in a short command in the Terminal.     Please note that Unity in Ubuntu 12.04 will not render a true version number, but, only a partial. If you need a full version number like 12.04.4 instead of 12.04 you need to use the terminal method only.

Checking your Ubuntu Version

There are two ways to check which version of Ubuntu you are running. You can either check from within Unity, or put in a short command in the Terminal.

Please note that Unity in Ubuntu 12.04 will not render a true version number, but, only a partial. If you need a full version number like 12.04.4 instead of 12.04 you need to use the terminal method only.

In Unity

Unity is the default desktop environment for Ubuntu 12.04 (Precise Pangolin) and later.

unity1.jpg

  1. Click on the Unity button in the upper-left portion of the screen.
  2. Search 'Details'

In the Terminal

This method will work no matter which version of Ubuntu or desktop environment you are running.

terminal.png

  1. Open the Terminal (keyboard shortcut: Ctrl+Alt+T)

  2. Enter the command lsb_release -a

Your version will be shown on the Description line.

CheckingYourUbuntuVersion (last edited 2014-11-18 13:52:51 by 84-75-28-53)