How to Check Ubuntu Version in Terminal?

By Hardik Savani July 26, 2023 Category : Ubuntu

Hi Dev,

In this quick guide, we will teach you how to check ubuntu version in terminal. This article will give you a simple example of how to check ubuntu version command line. I’m going to show you about check ubuntu version in terminal. Here you will learn how to check linux version in terminal. So, let us dive into the details.

I will give you very simple command to check which version of ubuntu are you using it. it will show you the ubuntu version like ubuntu 18.04, ubuntu 20.04, ubuntu 22.04 or ubuntu 23.04 etc. so, let's see the following lsb_release command with -a option.

You will find all the details of your current installed ubuntu version:

Command:

lsb_release -a

Output:

You will see the output of command:

No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 23.04

Release: 23.04

Codename: lunar

You can also see the screenshot:

I hope it can help you...

Tags :
Shares