LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   MD5SUM How to use it (https://www.linuxquestions.org/questions/linux-newbie-8/md5sum-how-to-use-it-144977/)

Baz 02-11-2004 05:17 PM

MD5SUM How to use it
 
Just to make it clear; I'm a complete and utter, utter total complete and uttely total newbie. So much so that I haven't even seen linux up and running. How much newer can one be?

Anyway, I want to give it a go and have started downloading some ISOs for fedora. I thought I'd try the MD5SUM thing on the first one to make sure it was OK but I don't know how to use it. Is it something that can only run from Linux? If so, that's a bit of a 'catch22'. I'm doing everything from windows as I imagine most Linux newbies would be. How am I supposed to run it?

Many thanks.

Peacedog 02-11-2004 05:21 PM

here are some very explicit instructions for using the md5sum.

http://www.linuxiso.org/viewdoc.php/verifyiso.html

hope that helps.
good luck.

Baz 02-11-2004 05:55 PM

Thanks a lot PEACEDOG, I downloaded the windows version and my first ISO has checked OK.

Peacedog 02-11-2004 05:57 PM

glad to hear it. we'll all be here to answer any ?'s .
good luck.

Genesee 02-11-2004 07:02 PM

Quote:

Originally posted by PEACEDOG
glad to hear it. we'll all be here to answer any ?'s .
good luck.

yep - you may have a few of those in the near future :D

welcome to LQ - make sure to stop back

:cool:

Baz 02-12-2004 07:16 AM

Thanks Genesee and PEACEDOG.
I'm looking forward to getting into this, my main problem is getting the time to read all the info there is out there. I hope fedora was a good choice to start with -- I'm sure I'll be looking at this forum quite a bit once I get started!
Thanks again.

Kirsten 10-05-2013 12:49 PM

Every time I download and install Linux I forget how to check for errors. I tried the link offered above, http://www.linuxiso.org/viewdoc.php/verifyiso.html, but's broken. Is there a new place to go for a quick tutorial?

Thanks.

Peacedog 10-06-2013 07:25 AM

Hi Kirsten, Sorry about that, it looks like the site was restructured a bit. The new link to check the md5sum in Windows is here:

http://www.linuxquestions.org/linux/...sum_in_Windows

Checking the hash from Linux just requires running the md5sum command from a terminal with the -c or check option.

Code:

$ md5sum -c file-to-check.iso.md5
Both the iso or file you want to check and the md5 file should be in the same directory, the one in which you run the command. Hope that clears it up and helps.

Good luck. ;-)

Kirsten 10-08-2013 08:18 AM

Thanks, Peacedog! I'll give it a try.

Kirsten 11-12-2013 09:20 AM

Well, I finally took a shot at it, and realized that that link's instructions are only for checking md5sum in Windows. I'm in Ubuntu (13.04). I tried it anyway, but got a bunch of error stuff. Is there a set of instructions for checking md5sum outside Windows?

Thanks.

suicidaleggroll 11-12-2013 10:39 AM

He already told you in post #8.


All times are GMT -5. The time now is 05:16 AM.