checkisomd5
ISO9660 checksum utilities
Install
- All systems
-
curl cmd.cat/checkisomd5.sh
- Debian
-
apt-get install isomd5sum
- Ubuntu
-
apt-get install isomd5sum
- Arch Linux
-
pacman -S isomd5sum
- Kali Linux
-
apt-get install isomd5sum
- Fedora
-
dnf install isomd5sum-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install isomd5sum
- Raspbian
-
apt-get install isomd5sum
- Dockerfile
- dockerfile.run/checkisomd5
isomd5sum
ISO9660 checksum utilities
isomd5sum is a set of utilities for implanting a MD5 checksum in an ISO (or any block device), then verifying the checksum later. isomd5sum is not simply an MD5 of the entire ISO; it checksums the data inside a standard ISO9660 image and write block checksum information to an ISO9660 header, that will carry over to burning the CD. This package contains the utilities implantisomd5 and checkisomd5.