Where's the checksum for 26.04 LTS arm64?

Ubuntu Version

Ubuntu 26.04 LTS

Desktop Environment (if applicable)

Other

Problem Description

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.)

Apologies if irrelevant in the overall forum.

odd_crowbot

They live next to the images:

https://cdimage.ubuntu.com/ubuntu/releases/26.04/release/SHA256SUMS

4 Likes

Thanks so much for the immediate response! :grinning_face:

odd_crowbot

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

3 Likes

This topic was automatically closed 18 hours after the last reply. New replies are no longer allowed.