distroverify

Utility to verify any linux distro file (*.iso) for its integrity

MIT License

Downloads
181
Stars
6
Committers
1

distroverify

Utility to verify any linux distro file (*.iso) for its integrity.

Installation

pip install distroverify

Usage

Simply run distroverify with path to iso file as argument:

Documentation

Detailed docs are available at https://distroverify.readthedocs.io/en/latest/.

Notes

  • Supported distros:

    • Ubuntu - All family
    • Debian (Live & DVD)
    • Linux Mint
    • OpenSUSE LEAP
    • Fedora (Live & netinst)
  • You shouldn't change the name of the iso file (for example, ubuntu-mate-19.04-desktop-amd64.iso) because this tool uses regular expressions to match them and then look up its hash on the corresponding distro's URL.