Table of Contents
A well-liked open-source operating system is Ubuntu. It is frequently utilised by Linux enthusiasts, and its Gnome feature offers it a competitive advantage over other open-source operating systems. Check Ubuntu Version in 2022 you are currently running will help you decide whether to update. Knowing the version of your Ubuntu Linux system is crucial because LTS versions and interim versions are published every two years and six months, respectively.
You will see a variety of techniques in this guide for determining Ubuntu’s version. Remember that Ubuntu version numbers use the format YY.MM, therefore an installation of version 22.04 was made available in April 2022. Ubuntu also employs code names, such as Jammy Jellyfish, that combine an animal name and an adjective. These are merely playful names for each release, with the YY.MM format serving as the best identifier of your Ubuntu version’s age. We also mentioned below are the steps to how to Check Ubuntu Version in 2022.
Steps to Check Ubuntu Version in 2022
Check Ubuntu Version via Command Line
Check Ubuntu Version with lsb_release Command
1. Open the terminal (use the Ctrl+Alt+T keyboard shortcut).
2. Type in the following command and hit Enter:
lsb_release -a
3. To display only the description line, use the -d tag:
lsb_release -d
lsb_release -ds
4. Add the -c tag to display the codename line as well:
lsb_release -dc
5. Show only the release number by combining the -r and -s tags:
lsb_release -rs
Check Ubuntu Version with cat /etc/lsb-release Command
1. Alternatively, you can use the command:
cat /etc/lsb-release
Check Ubuntu Version with cat /etc/*release Command
1. To get more in-depth information about the Ubuntu release, you can also use the command:
cat /etc/*release
2. The command is platform agnostic. On Ubuntu, the file’s name is os-release and the following command uses the full file name:
cat /etc/os-release
Check Ubuntu Version with hostnamectl Command
1. Another command that also gives you information about the Ubuntu version is the hostnamectl command:
hostnamectl
Check Ubuntu Version with cat /etc/issue Command
1. The /etc/issue file contains the text which displays when a user connects via SSH. Use the cat command to fetch the contents:
cat /etc/issue
2. For a cleaner output, use:
cat /etc/issue.net
Check Ubuntu Version Using screenfetch
The screenfetch utility is a Bash script for generating useful and visually pleasing OS information.
1. Install screenfetch using the apt package manager:
sudo apt install screenfetch
2. The installation asks for confirmation. Press Y to continue.
3. When the installation completes, run the command:
screenfetch
Check Ubuntu Version using neofetch
The neofetch utility is a Bash script and a more modern version of screenfetch. To install and use neofetch, follow the steps below:
1. Install neofetch with the apt package manager:
sudo apt install neofetch
2. Run the command:
neofetch
Check Ubuntu Version via Graphical Interface
1. First, select Activities in the top left corner.
2. In the search bar, enter Settings and click on the icon once it appears in the results.
3. In the System Settings window, click on the Details tab.
4. The Details section displays which Ubuntu version number you have, along with other information about your operating system.
Final Words
We hope you like our article on how to Check Ubuntu Version in 2022. A good substitute for Windows and macOS is the open-source Ubuntu operating system. The open-source system has a wide range of pre-installed apps and is quite adaptable. Programmers can use it to implement their own software projects or to further develop its programs. However, there will inevitably be times when you want to install extra programs.