Latest OS version checker for Linux Distros using the Arizona Mirror and Windows 10 Insiders Preview


Keywords
OS, LINUX, VERSION, CHECKER, SCRAPER, WINDOWS
License
MIT
Install
pip install latestos==0.5

Documentation

LatestOS

Latest OS version checker for Linux Distros using the Arizona Mirror

It currently checks the following distros:

  • arch
  • ubuntu
  • fedora
  • centos

Installation

LatestOS requires Python 3 to run.

Install with pip:

pip install latestos

For UNIX-based systems with both Python 2 and Python 3 installed:

pip3 install latestos

How to run?

To be added