+5 votes
167 views
in Know how by (242k points)
reopened
How to know which version of Ubuntu you have

1 Answer

+3 votes
by (1.6m points)
edited
 
Best answer

See Ubuntu version: terminal
How to know which version of Ubuntu you have through the system settings
First option: lsb_release -a command
Second option: read the content of the / etc / lsb-release file

image

How to know which version of Ubuntu you have

Many users have switched to the Ubuntu operating system since it is a high-quality alternative and, above all, free to Windows and macOS. This open source system is very flexible, includes a large amount of pre-installed software and allows developers to create other programs or build on those that are already available to design their own. Of course, it is also possible to install external programs on the system, but how do you know if the software is compatible with your operating system ? For that, it is essential to know your version of Ubuntu..

Knowing what version of Ubuntu you have also helps to find solutions to problems you have with your computer . If you do a search with your version, you will get results from users who have had that problem with the same version. Here are different ways to find out your version of Ubuntu.

Index
  1. See Ubuntu version: terminal
    1. First option: lsb_release -a command
    2. Second option: read the content of the / etc / lsb-release file
  2. How to know which version of Ubuntu you have through the system settings

See Ubuntu version: terminal

You can find out the Ubuntu version in two ways through the terminal. In both cases, just enter a simple command..

First option: lsb_release -a command

  1. Open the terminal via? Show applications? or with the keyboard shortcut [Ctrl] + [Alt] + [T] .
  2. Enter lsb_release -a on the command line and hit the return key.
  3. The terminal shows the Ubuntu version installed under ? Description? and? Release? .
image
With the lsb_release -a command, the terminal displays the installed Ubuntu version.

Second option: read the content of the / etc / lsb-release file

  1. Open the terminal via? Show applications? or with the keyboard shortcut [Ctrl] + [Alt] + [T].
  2. Enter the command cat / etc / lsb-release on the command line and press the return key.
  3. With this option, the terminal displays the Ubuntu version in ? DISTRIB_RELEASE? and? DISTRIB_DESCRIPTION? .
image
You can check the content of the / etc / lsb-release file through the terminal and thus know what version of Ubuntu you have.

How to know which version of Ubuntu you have through the system settings

Another option to find out your version of Ubuntu is by accessing the system settings. In just three clicks, you can get this information :

  1. Open? Show applications ?.
  2. Open the system configuration window.
  3. Once open, you will see the tab? Details? at the bottom of the menu on the left. If you click on it, a window will appear with information about the system. The version of Ubuntu on your computer is highlighted under the Ubuntu logo.
image
You can see the installed Ubuntu version by opening the? Details? Tab. from the setup menu.

...