This is a guide on How to Tell What Version of Ubuntu You Are Running Telling what version of Ubuntu you are running is extremely easy. You would commonly use this command to figure out if you are running Edgy after you upgraded from Dapper.
The free Ubuntu operating system serves as a good alternative to Windows and macOS. The open-source system is highly flexible and comes with a variety of pre-installed software. Programmers can further develop its programs or use it for implementing their own software projects. But of course there will be times when you want to install additional programs. So how do you find out if your preferred software is compatible with your Ubuntu operating system? The Ubuntu version you’re using will be crucial information.
You’ll also need to know which Ubuntu version you’re running when troubleshooting. If you include the version number in your searches on forums and blogs, you’ll get a more specific answer to your questions. Keep reading to find out how to check your Ubu ntu version.
cat /etc/issue
Ubuntu edgy (development branch)
Note that the version numbers might change over time. I’m running the beta version so that’s what shows up when I run that command. Either way, it should be clear that you are running Edgy.
Checking the Ubuntu version in the terminal
There are two ways to check your Ubu ntu version in the terminal. Both of them use a simple command entered into the command line.
Option 1: Command lsb_release -a
- Open the terminal using “Show Applications” or use the keyboard shortcut [Ctrl] + [Alt] + [T].
- Type the command “lsb_release -a” into the command line and press enter.
- The terminal shows the Ubuntu version you’re running under “Description” and “Release”.
Option 2: Read the contents of /etc/lsb-release
- Open the terminal using “Show Applications” or with the keyboard shortcut [Ctrl] + [Alt] + [T].
- Type the command “cat /etc/lsb-release” into the command line and press enter.
- The terminal shows the Ubu ntu version you’re running under “DISTRIB_RELEASE” and “DISTRIB_DESCRIPTION”.
Checking the Ubuntu version in Settings
Another way to check your version is in the Settings. This can be done in just three clicks.
- Go to “Show Applications”
- Open “Settings”
- When the program is open, you’ll see “Details” at the bottom of the left menu bar. When you click on this, you’ll see information about your system on the right. The Ubu ntu version is written in large text right below the Ubuntu logo.