Here are four methods to check your Ubuntu version:
Method 1: Using the Terminal
-
Open the terminal by pressing Ctrl+Alt+T.
-
Type the following command and press Enter:
Bashlsb_release -a
This will display detailed information about your Ubuntu version, including the distribution name, release, codename, and description.
Method 2: Using the Terminal (Alternative)
-
Open the terminal.
-
Type the following command and press Enter:
Bashcat /etc/lsb-release
This will display similar information as the previous method, but in a more concise format.
Method 3: Using the GUI
- Click on the Settings icon.
- Select the About tab.
- Look for the OS Name section, which will display your Ubuntu version.
Method 4: Using the hostnamectl Command
-
Open the terminal.
-
Type the following command and press Enter:
Bashhostnamectl
This command provides a wealth of system information, including the Ubuntu version under the Operating System section.
Additional Tips:
-
If you’re using a remote server, you can use SSH to connect to it and then use any of the terminal-based methods.
-
To check the specific kernel version, you can use the following command in the terminal:
Bashuname -r
By following these methods, you can easily determine the exact version of Ubuntu you’re running.