How to Check Ubuntu Version Through Terminal and GUI

By Surajit Saha Add a Comment 4 Min Read

If you want to know your Ubuntu version, then this article is for you. Here, we are going to discuss two different methods by which you can check your Ubuntu version number: one using the Terminal and another using the GUI (Graphical User Interface).

There may be various reasons why you want to know your Ubuntu version. Perhaps you want to upgrade to the latest version of Ubuntu or download compatible software and tools. Whatever the reason may be, here is how to check your Ubuntu version and other information.

How to Check Your Ubuntu Version

Ubuntu is a free and open-source operating system that is used by millions of people around the globe, but not all software is compatible with every Ubuntu version.

To determine the version of Ubuntu installed on your system, use these methods to check so that you can download compatible software and additional tools.

1. Using the Terminal

You can check your Ubuntu version quickly using the Terminal. Here are the steps, you can follow:

1. Open the Terminal by pressing Ctrl + Alt + T on your keyboard.

2. Now, run the following command to check out your Ubuntu version.

lsb_release -a

3. After that, hit your Enter key. This will show you all the information about your Ubuntu system. You will find some things like this:

Checking Ubuntu Version

Note

The lsb_release command shows you details about your Linux distribution. For example, it displays data concerning LSB modules. It also shows the ID, distribution name, release number of the distributor, and codename.

4. Alternatively, install neofetch to view more information about your Ubuntu system. To install neofetch run the following command:

sudo apt install neofetch -y

4. Now, to check the Ubuntu version and other information, run this command

neofetch
neofetch info

2. Using GUI

If you are not so familiar with Linux Terminal, you can also check your Ubuner version number using your GUI (graphical user interface).

For that, follow the following steps:

1. First and foremost, you need to open the Settings application. To do so, click on the Ubuntu icon at the bottom left corner of your screen.

App Drawer Icon

2. Now on the search bar, search for Settings and open it.

Opening Settings

3. You’ll be taken to your settings window. Here, you have to select System and then choose About from the left side.

System Settings of Ubuntu

4. Your Ubuntu system information is now displayed on the right-hand panel. Look for the OS name to locate the Ubuntu version number.

Ubuntu OS Version

Conclusion

That’s it! By following any of the methods above, you can easily check the Ubuntu version number using either the Terminal or the GUI. Knowing your Ubuntu version is crucial for ensuring software compatibility and staying up-to-date with the latest updates.

If you happen to be running an older version of Ubuntu, it’s essential to keep your system up to date. To assist with this, we’ve prepared a comprehensive guide on how to update the Ubuntu operating system, ensuring you have access to the latest features and security patches. We hope this article has helped you navigate your Ubuntu system and understand its version.

TAGGED:
He is a technical nerd by trade, having started out with computer software and hardware and then moving on to networking and telecommunications. He also enjoys smart devices and smartphones, and shares a tremendous love for cricket and music.
Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *