LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to use MD5 checksum for checking package? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-md5-checksum-for-checking-package-281529/)

hus 01-24-2005 04:38 AM

How to use MD5 checksum for checking package?
 
Like the Question

Thanks!

easyhttp 01-24-2005 04:49 AM

md5sum filename
if first 4 digits & last digits were the same then its ok.

tamoneya 01-24-2005 09:06 AM

first you need to get a program to calculate md5sums. I use winMd5sum. Just search in google and you should find it. You give this program the iso file that you want to check and it spits out a random string of numbers and letters. You then compare this to a string on the server you downloaded the iso file from. If they are the same the file is good. If they are different you should try downloading from a different mirror

jonr 01-24-2005 09:38 AM

MandrakeLinux includes the program md5sum in the distribution--I would imagine just about
any Linux distro includes it. It will do the job.

Check out:

man md5sum


All times are GMT -5. The time now is 08:34 AM.