Where is the checksum for 26.04 LTS (Resolute Raccoon) arm64?
I really want to confirm my download and I only managed to find checksums for amd64 instead of arm64. (Would like for the source which lists the relevant checksum instead of just being given the checksum for the sake of security and whatnot.)
To be a bit more clear: the SHA256SUMS file is a simple text file with one checksum and the name of the file that sum is for per line. When running sha256sums -c SHA256SUMS it will try for each name given in the file whether it can be opened and read and if that is the case it will calculate the checksum and compare it to the one given in the file. In addition to SHA256SUMS there is also a file SHA256SUMS.gpg. That file is a signed digest of SHA256SUMS. You can use gpg to check the digest and the signature. See How to verify your Ubuntu download | Ubuntu for more details