checksummerge(1)

CHECKSUMMERGE(1) Checksum and verification utils CHECKSUMMERGE(1)

NAME

checksummerge - an utility that combines data from a number of *.chksum files

SYNOPSIS

checksummerge -N|-E [ options ] [ *.chksum ]

DESCRIPTION

checksummerge is a tool to that combines data from a number of *.chksum files. If no input files are given the data is read from standard input.

OPTIONS

-N, --new-only
Don't overwrite checksum data, list each package version only once. In this mode the checksum data is included in the resulting file in the order of encounter. If the same package version is encountered more than once, only the first checksum data is included in the output.
-E[FILE], --existing-only[=FILE]
Overwrite checksum data for package versions listed in FILE (or the first *.chksum file given on the command-line). In this mode only the checksum data encountered last is output for each package version found in the given file and all other checksum data is skipped.
-o OUTPUT, --out=OUTPUT
Write the resulting checksums to the given file OUTPUT (the default is stdout). Note, that together with the -f, --force option it is possible to update checksum files inplace.
-f, --force
Overwrite existing *.chksum files.
-v, --verbose
Be verbose.
-V, --version
Print program version and exit.
-h, --help
Show help text and exit.

BUGS

Report bugs to https://bugzilla.altlinux.org/.

COPYRIGHT

Copyright © BaseALT, Ltd. License GPLv2+: GNU GPL version 2 or later See <http://gnu.org/licenses/gpl.html> for more information.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

checksumgen(1), checksumdiff(1), checksumbot(1).

2026 checksummerge 0.4.7