https://github.com/prahladyeri/distroverify
Utility to verify any linux distro file (*.iso) for its integrity
https://github.com/prahladyeri/distroverify
fedora linux opensuse ubuntu ubuntu1604 ubuntu1804
Last synced: 6 months ago
JSON representation
Utility to verify any linux distro file (*.iso) for its integrity
- Host: GitHub
- URL: https://github.com/prahladyeri/distroverify
- Owner: prahladyeri
- License: mit
- Created: 2019-06-14T04:13:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T15:10:01.000Z (9 months ago)
- Last Synced: 2025-04-12T21:18:05.026Z (6 months ago)
- Topics: fedora, linux, opensuse, ubuntu, ubuntu1604, ubuntu1804
- Language: Python
- Homepage: https://github.com/prahladyeri/distroverify
- Size: 184 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README




[](https://www.patreon.com/prahladyeri)
[](https://paypal.me/prahladyeri)
[](https://x.com/prahladyeri)# 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:

# 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.