Factor-packman:pkg-verify
From Zen/-/ackers
The pkg-verify command is used to verify the integrity of files in the package.
The pkg-verify word has the following signature:
pkg-verify ( pkg-name seq -- )
:: pkg-name: the name of the package to verify as a string. :: seq: a sequence (list) of options to be used by the pkg-verify word.
This command verifies the integrity of the files in a package using the MD5 or SHA256 checksums in the package.
This command can verify already-installed packages and manually downloaded packages.

