Home Interests Raspberry Pi

How to Find Your Raspberry Pi OS (Raspbian) Version

howchoo
howchoo   (467)
September 8, 2023
3 minutes

Share

Interests
Posted in these interests:
linux • 12 guides
pi • 92 guides

When you’ve got so many Raspberry Pi’s laying around, it’s easy to forget which version of Raspberry Pi OS (formerly Raspbian) you’re running. In this guide, I’ll show you how to find which version of Raspberry Pi OS is running on your Raspberry Pi.

Note: If you’re not using Raspberry Pi OS, visit this guide to check your Linux version (and distribution).

1 – Open a shell on your Pi

To begin, let’s open a shell on your Raspberry Pi. You do this via SSH or using Terminal from your Raspberry Pi Desktop.

2 – Find operating system details in /etc/os-release

If you’ve got a shell open on your Pi, you can run the following:

cat /etc/os-release

This will print relevant operating system details, including the version and name of the release.

 
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

There are a few pieces of relevant information here. We can see the Raspbian/Debian version id “10” plus the codename “buster”.

NEXT UP

How to Run a Minecraft Server on the Raspberry Pi

A whole world trapped inside your Pi.
howchoo   (467)
December 7, 2023

There are several ways to go about running a Minecraft server on the Raspberry Pi. In this guide, I’ll cover how to install Nukkit—a cross-platform Minecraft server that’s super easy to set up on the Raspberry Pi. This server should work with PCs, consoles, and tablets running Minecraft 1.14. I’ll be using a Raspberry Pi

Continue Reading

howchoo

 467 guides

Introducing Howchoo, an enigmatic author whose unique pen name reflects their boundless curiosity and limitless creativity. Mysterious and multifaceted, Howchoo has emerged as a captivating storyteller, leaving readers mesmerized by the uncharted realms they craft with their words. With an insatiable appetite for knowledge and a love for exploration, Howchoo's writing transcends conventional genres, blurring the lines between fantasy, science fiction, and the surreal. Their narratives are a kaleidoscope of ideas, weaving together intricate plots, unforgettable characters, and thought-provoking themes that challenge the boundaries of imagination.

Discover interesting things!

Explore Howchoo's most popular interests.

Explore