Results 1 to 9 of 9

Thread: Right Click MD5sum

  1. #1
    Join Date
    Nov 2007
    Beans
    331
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Right Click MD5sum

    Is there a program that will let me check the md5sum of a file easily?

  2. #2
    Join Date
    Mar 2009
    Location
    Earth
    Beans
    122
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Right Click MD5sum

    on the commandline:
    md5sum filename

  3. #3
    Join Date
    Feb 2008
    Beans
    79
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Right Click MD5sum

    Untar file and place it in your home folder, under .gnome2/nautilus-scripts. Then right click on the file you want to check and choose it from the menu "Scripts" that will appear.
    Attached Files Attached Files

  4. #4
    Join Date
    Nov 2007
    Beans
    331
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Re: Right Click MD5sum

    Thank you very much!

    That will be just what I want, when I get it working.

    At the moment, whatever file I check, I receive the following:

    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    No MD5-Sum for /home/...
    It is Ubuntu 64 alternate, I am running.
    btw, what is the md5sum for this file?

  5. #5
    Join Date
    Jan 2008
    Beans
    139
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Right Click MD5sum

    Here are the sums for 8.10: http://mirror.anl.gov/pub/ubuntu-iso/CDs/8.10/MD5SUMS (just change 8.10 in the URL to the release you have, if you have to).
    Last edited by zzHanks; April 19th, 2009 at 02:03 PM.

  6. #6
    Join Date
    Feb 2008
    Beans
    79
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Right Click MD5sum

    Quote Originally Posted by yeehi View Post
    Thank you very much!

    That will be just what I want, when I get it working.

    At the moment, whatever file I check, I receive the following:



    It is Ubuntu 64 alternate, I am running.
    btw, what is the md5sum for this file?

    hm, you know you have to have the .md5 file along with the .iso in order to have it checked against, right?

  7. #7
    Join Date
    Nov 2007
    Beans
    331
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Re: Right Click MD5sum

    I dont know the .md5 and .iso files.

    I do know that if I navigate to the folder and do
    Code:
    md5sum filename
    I get an md5sum reading.

    Where do I get those other files?

  8. #8
    Join Date
    Feb 2008
    Beans
    79
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Right Click MD5sum

    The point for checking an md5 sum (as far as I'm concerned) is to verify that the file is not corrupted. Usually this is a concern when you're downloading files (especially large ones like for example .iso's) and you want to verify their signature so that they are safe to run.

    For example when you download the latest version of ubuntu and want to burn it to a cd in order to install it to your machine and you want to be sure that the file is downloaded properly and it is not corrupted, you run an md5 check AGAINST the original md5 sum that the source (ubuntu site) provides.

    So you just want to look at the md5 sums for what?

  9. #9
    Join Date
    Nov 2007
    Beans
    331
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Right Click MD5sum

    I want to make sure that the files I receive on my computer are exactly the same as the files that are published.

    The script isn´t working properly on my computer, it isnt yielding md5sums, so I would like to check whether the file I received has been downloaded properly.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •