Ways to Find Your Ubuntu Version
Have you ever forgotten which Ubuntu version you are using? If that’s the case, here are some methods to check the Ubuntu version currently running on your system.
Simplest Ways to Find Ubuntu Version
-
Use the
lsb_releasecommand:Simply run the following command from the terminal:
lsb_release -a -
Find the Ubuntu version inside the
/etc/issuefile:Simply edit or view the
issuefile using the following command:cat /etc/issue -
Check the Ubuntu version in the
lsb-releasefile:Use the following command to view the
lsb-releasefile:cat /etc/lsb-release
Those are the most commonly used ways to check the Ubuntu version your system is running, all from the command line level.