Last active
July 3, 2022 18:03
-
-
Save djcp/6132025 to your computer and use it in GitHub Desktop.
ubuntu / debian /etc/os-release files - and there was much gnashing of teeth and rending of flesh. . .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRETTY_NAME="Debian GNU/Linux jessie/sid" | |
NAME="Debian GNU/Linux" | |
ID=debian | |
ANSI_COLOR="1;31" | |
HOME_URL="http://www.debian.org/" | |
SUPPORT_URL="http://www.debian.org/support/" | |
BUG_REPORT_URL="http://bugs.debian.org/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" | |
NAME="Debian GNU/Linux" | |
VERSION_ID="7" | |
VERSION="7 (wheezy)" | |
ID=debian | |
ANSI_COLOR="1;31" | |
HOME_URL="http://www.debian.org/" | |
SUPPORT_URL="http://www.debian.org/support/" | |
BUG_REPORT_URL="http://bugs.debian.org/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME="Ubuntu" | |
VERSION="12.04.2 LTS, Precise Pangolin" | |
ID=ubuntu | |
ID_LIKE=debian | |
PRETTY_NAME="Ubuntu precise (12.04.2 LTS)" | |
VERSION_ID="12.04" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME="Ubuntu" | |
VERSION="12.10, Quantal Quetzal" | |
ID=ubuntu | |
ID_LIKE=debian | |
PRETTY_NAME="Ubuntu quantal (12.10)" | |
VERSION_ID="12.10" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME="Ubuntu" | |
VERSION="13.04, Raring Ringtail" | |
ID=ubuntu | |
ID_LIKE=debian | |
PRETTY_NAME="Ubuntu 13.04" | |
VERSION_ID="13.04" | |
HOME_URL="http://www.ubuntu.com/" | |
SUPPORT_URL="http://help.ubuntu.com/" | |
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" |
Thank you for the good work @djcp, I will also like to share the /etc/os-release
of my pop!_os
here:
NAME="Pop!_OS"
VERSION="19.10"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Pop!_OS 19.10"
VERSION_ID="19.10"
HOME_URL="https://system76.com/pop"
SUPPORT_URL="http://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=eoan
UBUNTU_CODENAME=eoan
LOGO=distributor-logo-pop-os
Here is the Elementary OS version
$ cat /etc/os-release
NAME="elementary OS"
VERSION="6.1 Jólnir"
ID=elementary
ID_LIKE=ubuntu
PRETTY_NAME="elementary OS 6.1 Jólnir"
LOGO=distributor-logo
VERSION_ID="6.1"
HOME_URL="https://elementary.io/"
DOCUMENTATION_URL="https://elementary.io/docs/learning-the-basics"
SUPPORT_URL="https://elementary.io/support"
BUG_REPORT_URL="https://github.com/elementary/triage/issues/new"
PRIVACY_POLICY_URL="https://elementary.io/privacy-policy"
VERSION_CODENAME=jolnir
UBUNTU_CODENAME=focal
BTW: Nice script to read /etc/os-release from docker images of several linux builds and build table.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I love you, and if you're ever in New York, please find me for a free beer :) (You just saved me from having to spin up a debian vm).