How can I verify a download from Canonical so that I know the download ISO file is legitimate?**
Asked
Active
Viewed 5,112 times
1 Answers
1
On the Ubuntu ISO download page, there is a link "Verify your download". When you click on that link, it displays you the checksum of the official ISO image. You can verify that checksum to make sure your download is genuine.

raj
- 10,353
-
-
1@MikeG Click on the link and it displays an explanation how to verify the download. There is also a more extensive tutorial: https://ubuntu.com/tutorials/how-to-verify-ubuntu#1-overview – raj Jul 25 '22 at 14:30
-
Thank you very much. The reason I asked is that I am having install issues and the Boot repair said it was 32 bit and I know I downloaded a 64 bit release. How do I mark this as the answer? – Mike G Jul 25 '22 at 14:55
-
After a couple of days (that is now), there should be a [I think grey] tick icon. Click on it, and it will change colour to green, which indicates that you have accepted the answer as the solution. – sudodus Jul 29 '22 at 18:07
sha256sum
for the checksum. This kind of checking will also help you identify corruption because of internet transfer errors (which is much more common than fake Linux systems). – sudodus Jul 25 '22 at 14:11