Verification
Checksums
Check the bytes before you trust the boot.
Saphira Linux Earlybird Beta
- Archive
- saphira.tar.xz
- Checksum file
- saphira.tar.xz.sha256
- Algorithm
- SHA-256
# with the checksum file alongside the archive
sha256sum -c saphira.tar.xz.sha256
# or compare by eye
sha256sum saphira.tar.xz
cat saphira.tar.xz.sha256Why this matters
A checksum proves the file you have is the file that was published. It catches truncated downloads, corrupted storage, a mirror that went wrong, and deliberate tampering. If the checksum does not match, delete the file and download it again. If it still does not match, tell us.