How to Check Ubuntu Version

Method 1: Using the Command Line
- Open the Terminal: Press
Ctrl + Alt + T
or search for “Terminal” in the applications menu. - Run the Command: Type the following command and press
Enter
:1
lsb_release -a
- View the Output: You’ll see details like the Distributor ID, Description (Ubuntu version), Release, and Codename.
1 | No LSB modules are available. |
Method 2: Using the GUI
- Open Settings: Click on the system menu (top-right corner) and select “Settings.”
- Navigate to About: Scroll down and click on “About.”
- Check the Version: Under “OS Name,” you’ll see your Ubuntu version and other system details.