Which version of ubuntu am I running?

Check Ubuntu Version from Terminal

Open your terminal either by using the Ctrl+Alt+T keyboard shortcut or by clicking on the terminal icon. Use the lsb_release -a command to display the Ubuntu version. Lsb_release -a
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic
Your Ubuntu version will be shown in the Description line. As you can see from the output above, I am using Ubuntu 18.04 LTS.

Your version appears on the “Description” line. If you just want that line, type lsb_release -d. If you want to check it through your desktop environment, you can check System Settings → Details, which shows the data like this:.

Ubuntu 20.04 is the best version of Ubuntu yet, with a lot of improvements over the older LTS versions. This has a very nice Gnome desktop with a lovely dark theme for night time use.

How do I find out what version of Ubuntu Am I running?

There are several commands that you can use to find out what version of Ubuntu you are running. The lsb_release utility displays LSB (Linux Standard Base) information about the Linux distribution.

How do I check the version of Ubuntu?

A user account with sudo privilegesAccess to the command-line/terminal windowA version of Java.

How to check which version of Ubuntu you have installed?

Other Ubuntu LTS releases include: Ubuntu 20.04 (Focal Fossa)Ubuntu 16.04 (Xenial Xerus) which has an end of life in April 2021Ubuntu 14.04 (Trusty Tahr).

Check Ubuntu Version from 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.

How to check the Ubuntu version from the command line?

A system running UbuntuAccess to a user account with sudo or root privilegesA terminal window/command line ( Ctrl – Alt – T ).

What version of PowerShell do I have on Ubuntu?

1 Open Power. Shell 2 Check the version with wsl -l -v 3 If at version 1, then update the version with wsl –set-version Ubuntu- 20.04 2.