Skip to content

Instantly share code, notes, and snippets.

@stwobe
Last active December 16, 2022 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stwobe/371bf46740d9612e74e8c984450174f3 to your computer and use it in GitHub Desktop.
Save stwobe/371bf46740d9612e74e8c984450174f3 to your computer and use it in GitHub Desktop.
AV Linux MXE - Checksums
# terminal 1
gpg --keyserver keyserver.ubuntu.com --recv-key 274FED3B70958763
gpg --verify AV_Linux_MX_Edition-21.2.1_ahs_x64.iso.sig
# slightly different to command seen on
http://www.bandshed.net/avlinux/
- removed "s" from recv-keys and removed protocol from server address
------
# terminal 2
sha256sum AV_Linux_MX_Edition-21.2.1_ahs_x64.iso
less AV_Linux_MX_Edition-21.2.1_ahs_x64.iso.sha256
--------------------
# files
$ ls -lrth
total 3.9G
-rw-r--r-- 1 shylock shylock 3.9G Dec 16 19:07 AV_Linux_MX_Edition-21.2.1_ahs_x64.iso
-rw-r--r-- 1 shylock shylock 105 Dec 16 19:09 AV_Linux_MX_Edition-21.2.1_ahs_x64.iso.sha256
-rw-r--r-- 1 shylock shylock 566 Dec 16 19:09 AV_Linux_MX_Edition-21.2.1_ahs_x64.iso.sig
--------------------
@stwobe
Copy link
Author

stwobe commented Dec 16, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment