An open API service indexing awesome lists of open source software.

https://github.com/chef/os_release

A repo containing the /etc/os-release file from various Linux distros
https://github.com/chef/os_release

Last synced: 10 months ago
JSON representation

A repo containing the /etc/os-release file from various Linux distros

Awesome Lists containing this project

README

          

# os_release

This repo contains the /etc/os-release file from Linux distros.

## About os-release

/etc/os-release is a standard Linux file used to identify the OS, os release, and similar distros. It's now a standard file in systemd distros, but it can be found in just about every Linux distro released over the last 3-4 years.

## Why collect them

The fields in /etc/os-release are standardized, but the values are not. The only way to know that Redhat Enterprise Linux is 'rhel' or that openSUSE 15 is 'opensuse-leap' is to install the distros and check the file. This repo is a large collection of os-release files so you don't need to install each and every distro.