Slackware ISO integrity checks.
These days I download and install software comparatively rarely and each time have to remind myself of the methods for checking the integrity of the of the items, so here as an aid memoire are the basic commands for downloading and checking a slackware release.
The procedure is:
1 |
download the iso image, download the .md5 file which contain the md5 checksum for the iso file. | |
2 |
Check this against the output from md5sum, they should be the same. Bmd5sum, they should be the same. | |
3 |
download the .asc file which contains the digital signature for the file, and | |
4 |
check this with pgp. |
Here it is as series of command line instructions (substitute the version number e.g. 14.2 for <version >
# wget http://mirrors.slackware.com/slackware/slackware-iso/slackware-<version>-iso/slackware-<version>-install-dvd.iso # wget http://mirrors.slackware.com/slackware/slackware-iso/slackware-<version>-iso/slackware-<version>-install-dvd.iso.md5 # md5sum slackware-<version>-install-dvd.iso |diff - slackware-<version>-install-dvd.iso.md5 # wget http://mirrors.slackware.com/slackware/slackware-iso/slackware-<version>-iso/slackware-<version>-install-dvd.iso.asc # gpg -verify slackware-<version>-install-dvd.iso.asc slackware-<version>-install-dvd.iso-
Clifford W Fulford
5th May 2017.
Copyright
© 2003-2018
Clifford W Fulford.
Fulford Consulting Ltd.
Regd. Co. 4250037 in England & Wales.
Regd. office 162, Edward Rd. Nottingham NG2 5GF, England, UK.
Related sites;
Amharic Interpreter
|
Arabic Interpreter
|
Tigrinya Interpreter
|
Joan Mary Fulford
|
Linux Training
|
Flare Support
|
Fulford Consulting Ltd.
Fulford Portal
West Bridgford Wiki
The layout and associated style sheets for this page are taken from the World Wide Web Consortium and used here under the W3C software licence.