Application to verify checksums of files.
-
Download .deb file from either of these web pages.
a). https://checksums.rammini.com/
b). https://github.com/chamalsl/checksum_linux_client/releases -
Run this command to install.
sudo apt install ./checksums_{VERSION}_amd64.deb
apt will display this error message.
N: Download is performed unsandboxed as root as file 'checksums_{VERSION}_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
Please ignore above error message.
-
Run application.
checksums
- gtkmm-3.0
- openssl
- libcurl
- libsecret
- Special thanks to maintainers of above projects
make
- Build a debug build..make BUILD=release
- Build a release build.make BUILD=sanitize_address
- Build with address sanitizer.
Built executable will be saved in build/{BUILD}/checksums.
For debug builds, executable will be saved in build/debug/checksums. For release builds, executable will be saved in build/release/checksums.