Select the Gcore Platform

Gcore Edge Solutions
Go to Gcore Platform →
Products:
  • Edge Delivery (CDN)
  • DNS with failover
  • Virtual Machines
  • Bare Metal
  • Cloud Load Balancers
  • Managed Kubernetes
  • AI Infrastructure
  • Edge Security (DDOS+WAF)
  • FaaS
  • Streaming
  • Object Storage
  • ImageStack (Optimize and Resize)
  • Edge Compute (Coming soon)
Gcore Hosting
Go to Gcore Hosting →
Products:
  • VPS Hosting
  • Dedicated Servers
  • SSL Certificates

Share

How to Check Your Debian Version

Linux distributions like Debian come in various versions, each offering a unique set of features, functionalities, and improvements. The specific version can significantly affect software compatibility and system performance, so it’s crucial to know which one is installed on your server. Here’s a straightforward guide on how to check the Debian version.

Fun fact: Debian releases are named after characters from the “Toy Story” films, such as Buzz, Rex, and Jessie.

There are several ways to identify the Debian version on a server: using the  “/etc/os-release” file and the “lsb_release” command.

Method #1: Checking the contents of the “/etc/os-release” file

In modern Debian systems, the “/etc/os-release” file contains OS identification data, including the Debian version. You can view this file’s contents using the “cat” command in the terminal:

cat /etc/os-release

The output will be similar to this: 

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/"

From this output, you can identify the version name (“buster”) and version ID (“10”).

Method 2: Using the “lsb_release” command

The “lsb_release” command provides certain LSB (Linux Standard Base) and distribution-specific information. To check your Debian version, use the “-a” option with this command:

lsb_release -a

The output will be similar to this: 

No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

The line labeled “Description” contains the information you’re interested in. You can run the Debian OS on our Cloud Instances. It allows deploying and scaling projects in just a few clicks.

Related learning articles

Subscribe to a useful newsletter

Favorable offers and important news once a month. No spam.