Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1015  / 1 Year ago, sun, may 28, 2023, 11:50:23

I installed Ubuntu 12.04 a few weeks ago, from a download off of the website. I still have the dvd used. I was talking to my friend today about it and he mentioned something about checking the hash to make sure it was a good copy, as sometimes the file can get corrupted by a third party. My question is, can I check the hash of the dvd or even off of the versio


More From » md5sum

 Answers
4

No, you should not be worried, and yes, it can be checked. Checking a hash is a universal procedure. While not technically correct, a hash is basically a "one-way encryption" that give a short, usually-unique code to check if the file became garbled. If it installed properly, chances are it's a good file. If you still have the ISO file around, checking the hash is quite easy. Copy it to your home folder and call it ubuntu-hashme.iso. Now, open Terminal, and when you get thee user@computer:~$ prompt, run the following:



md5sum ubuntu-hashme.iso


and it will give a string(it could take some time depending on the speed of your computer). It should correspond to the strings on https://help.ubuntu.com/community/UbuntuHashes/, depending on what file you downloaded. It's most likely:



d791352694374f1c478779f7f4447a3f    ubuntu-12.04-desktop-i386.iso 


or



128f0c16f4734c420b0185a492d92e52    ubuntu-12.04-desktop-amd64.iso 


but it could be something else on that page.




[#36147] Monday, May 29, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atelti

Total Points: 194
Total Questions: 129
Total Answers: 110

Location: North Korea
Member since Tue, Jun 16, 2020
4 Years ago
atelti questions
Fri, Aug 26, 22, 02:44, 2 Years ago
Sat, Dec 10, 22, 21:37, 1 Year ago
Sat, Apr 9, 22, 13:57, 2 Years ago
;