How to Check the Base Ubuntu Version in Linux Mint

Published on 2024-05-09

Open the terminal with Ctrl + Alt + T and type

inxi -Sx | grep base

For more information, omit | grep base

Alternatively

cat /etc/upstream-release/lsb-release

This information is useful when installing software with multiple versions for Ubuntu.