Skip to content

Instantly share code, notes, and snippets.

@lbbedendo
Last active April 25, 2023 19:06
Show Gist options
  • Save lbbedendo/ba6eb6fcedab749ae3332ac7600735c5 to your computer and use it in GitHub Desktop.
Save lbbedendo/ba6eb6fcedab749ae3332ac7600735c5 to your computer and use it in GitHub Desktop.
Como identificar qual versão do Ubuntu a sua instalação do Linux Mint é baseada / How to identify which version of Ubuntu your Linux Mint installation is based on
cat /etc/upstream-release/lsb-release
# Example output:
# DISTRIB_ID=Ubuntu
# DISTRIB_RELEASE=20.04
# DISTRIB_CODENAME=focal
# DISTRIB_DESCRIPTION="Ubuntu Focal Fossa"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment