#lzma #valid #xz #xzcheck

app xzcheck

Command line utility to check if .xz are valid

4 releases

new 0.2.1 May 5, 2025
0.2.0 May 2, 2025
0.1.1 Apr 21, 2025
0.1.0 Apr 20, 2025

#520 in Compression

Download history 225/week @ 2025-04-16 38/week @ 2025-04-23 206/week @ 2025-04-30

469 downloads per month

MIT license

240KB
4.5K SLoC

xzcheck

This program checks if .xz files are valid and can be decoded by the rust xz4rust library without errors.

You can install it via cargo install xzcheck The program fully decodes the entire .xz file and checks the content hash/checksum. If it succeeds in decoding the file it exits with code 0 otherwise it exits with code 255 and prints an error to stderr.

Dependencies