[Edit]
+
0
-
0

Linux - check Debian version

1 2 3 4 5 6 7 8 9 10 11 12 13 14
cat /etc/os-release # Example output: # # PRETTY_NAME="Debian GNU/Linux 10 (buster)" # NAME="Debian GNU/Linux" # VERSION_ID="10" # VERSION="10 (buster)" # VERSION_CODENAME=buster # ID=debian # HOME_URL="https://www.debian.org/" # SUPPORT_URL="https://www.debian.org/support" # BUG_REPORT_URL="https://bugs.debian.org/"