How to Check Ubuntu Version
Checking Ubuntu version is pretty easy with the Ubuntu Terminal. Open your terminal and use the following command. It will give the version details. It looks like as given below. NAME=”Ubuntu”VERSION=”20.04.1 LTS (Focal Fossa)”ID=ubuntuID_LIKE=debianPRETTY_NAME=”Ubuntu 20.04.1 LTS”VERSION_ID=”20.04″HOME_URL=”https://www.ubuntu.com/”SUPPORT_URL=”https://help.ubuntu.com/”BUG_REPORT_URL=”https://bugs.launchpad.net/ubuntu/”PRIVACY_POLICY_URL=”https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”VERSION_CODENAME=focalUBUNTU_CODENAME=focal From that you can clearly understands the version of Ubuntu. In the above example it is Ubuntu 20.04 version. …