Skip to content

Instantly share code, notes, and snippets.

@somada141
Last active August 29, 2015 14:16
Show Gist options
  • Save somada141/b28963b8f4cea9bd21ad to your computer and use it in GitHub Desktop.
Save somada141/b28963b8f4cea9bd21ad to your computer and use it in GitHub Desktop.
Check Ubuntu version through the terminal #linux #ubuntu #bash #version #shell

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

  • Open the Terminal (keyboard shortcut: Ctrl+Alt+T)
  • Enter the command lsb_release -a

Your version will be shown on the Description line.

source: https://help.ubuntu.com/community/CheckingYourUbuntuVersion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment