How to see the version of Ubuntu

Installation Tutorial: Ubuntu 21.10 - 30

If you want to see the Ubuntu version that you have installed on your machine, then you can follow this tutorial with the ways to do it, since there is not only one. In addition, I will explain it to you in a very simple way, step by step. In this way, even the initiated in the Linux world will be able to follow the steps that will take you to the version of your favorite distro.

Method 1: From the desktop environment

One of the easiest ways to find out what version of ubuntu do you have (or other flavors like Kutuntu, Lubuntu, etc.) is to simply do it from the graphical interface. For this very visual method you will only have to follow these simple steps that I explain below:

  1. Go to the System Preferences app.
  2. Once inside, look for the System Administration section on the left side of the window.
  3. Click on System Information.
  4. And there you will be able to see what version of Ubuntu (or derivatives) you are using, as well as other details about the processor, the installed RAM and the version of the Linux kernel, among others.

Perhaps this is the most comfortable and easy method for most users, but there are more ways to see the version, such as the following method…

Method 2: from the command line

To be able to see the version of your distro from the terminal, you just have to follow these other steps:

  1. Open the terminal.
  2. Type the command «lsb_release-a«, without quotes, in it and press ENTER to execute it. Another way to do it is through the “neofetch” command, which you execute and information appears in a somewhat more “graphic” way.
  3. Once that is done, you will see that it shows you the version of Ubuntu you have in the output of this command.

With the uname command, you will also be able to see some details like the hostname, kernel version, machine name, etc., although you won't usually be able to see what version of Ubuntu you have.


Leave a Comment

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

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Diego de la Vega placeholder image said

    Can't see it in terminal with cat /etc/issue?