
Want to know or check Ubuntu version? In this post we share a couple of easy ways to find your Ubuntu version number.
Check Ubuntu version before following online guides, downloading apps, or troubleshooting issues
Whether you’re a new Linux user or a long-time fan there may be times when you need to find the version of Ubuntu you run. You may have bought a device with Ubuntu pre-loaded, installed but later upgraded, or simply forgot! It’s important to know your Ubuntu version before following online guides, download apps, or working through issues.
The good news is that it’s easy to check Ubuntu version using an app (GUI) or the command line (terminal).
As a bonus the command line portion of this guide works on any Ubuntu-based Linux distribution, including Linux Mint, elementary OS, Zorin OS, etc.
How to Check Ubuntu Version
1. Check Ubuntu Version from the command line

To check Ubuntu version from the command line run the lsb_release -a
command. The lsb_release
utility is included in most Linux distros by default and can be used display system information in a terminal:
- Open a terminal
- Run
lsb_release -a
After you run this command the you’ll see the Ubuntu version number in the terminal and, if applicable, the release codename too.
2. Check Ubuntu Version via System Settings
You can check Ubuntu version number in the System Settings app:
- Open System Settings
- Go to Details > About
This page lists information about your Ubuntu install, atop of which is a big, bold, and hard-to-miss version number!
If the Ubuntu version number reads “Ubuntu 19.10” then you’re running the latest version of Ubuntu. If it reads “Ubuntu 18.04 LTS” then you’re running the latest Long Term Support release of Ubuntu.
Naturally this step won’t work on different Linux distros (like Linux Mint). But chances are some kind of settings app is installed that will show you the relevant information, so have a poke around in the app menus to discover it!
3. Use Neofetch instead!
The Neofetch system info tool is one of the best Ubuntu apps because it is eminently useful and very nice to look at!
If you run a modern version of Ubuntu — and by this point you should now know which Ubuntu version you’re using 😉 — you can install Neofetch in Ubuntu from the Software app.
Just click the button below to begin:
Once installed, run the neofetch
command in a new terminal window.
Neofetch returns a heap of info including your Ubuntu release number, Linux kernel version (so you don’t have to check kernel version manually), and can even tell you if you use a 32-bit or 64-bit Ubuntu (x86 vs x86_64).