Last active
December 16, 2022 19:47
-
-
Save stwobe/371bf46740d9612e74e8c984450174f3 to your computer and use it in GitHub Desktop.
AV Linux MXE - Checksums
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
-------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Researched at:
https://bbs.archlinux.org/viewtopic.php?id=257527