Ubuntu is a popular Linux-based operating system that comes with a range of features and tools. If you are an Ubuntu user, there may be times when you need to check which version of Ubuntu you are running. There are two ways to find the Ubuntu version, one is through the graphical user interface (GUI), and the other is through the terminal. In this blog post, we will discuss both methods.
Method 1: Checking the Ubuntu version from GUI
The graphical user interface of Ubuntu provides an easy way to find the version of Ubuntu you are running. Here are the steps to find the Ubuntu version from GUI:
Step 1: Click on the "Activities" button at the screen's bottom left corner.
Step 2: In the search box, type "Settings" and click on the "Settings" icon that appears.
Step 3: In the Settings window, scroll down and click on the "About" option.
Step 4: In the "OS Name" tab, you will see the version of Ubuntu you are running.
Method 2: Checking the Ubuntu version from the Terminal
A terminal is a powerful tool that allows you to interact with your Ubuntu system. Here are the steps to find the Ubuntu version from the terminal:
Step 1: Press "Ctrl + Alt + T" on your keyboard to open the terminal.
Step 2: Type the following command in the terminal and press Enter:
# lsb_release -a
Step 3: The terminal will display various details about your Ubuntu installation, including the version.
Alternatively, you can also use the following command to find the Ubuntu version:
# cat /etc/os-release
This command will display the contents of the "/etc/os-release" file, which contains information about the Ubuntu version.
Conclusion
Knowing the version of Ubuntu you are running is important for several reasons, such as troubleshooting issues, installing software, or ensuring compatibility with other systems. By using the methods described in this article post, you can easily find the Ubuntu version from both the graphical user interface and the terminal.