On 05/28/2018 08:37 AM, Angelo Moreschini wrote:
> Hi
> 
> I got the eclipse plugin "WB_v1.8.0_UpdateSite_for_Eclipse4.5.zip.md5"
> (plugin windowbuilder).
> The suffix md5 is for checking the integrity of the file...
> 
> But I cannot use this file (I cannot to install it on eclipse..)
> Nautilus doesn't unzip it,  and also not  the command ;ine tar -xzf.
> 
> If I rename the file (in .zip), nothing change..
> and also I didn't find some program that can help me...
> 
> Some advice will be welcome

An .md5 file contains an MD5 checksum of the related file. You also
need the .zip file, then you can do something like:

        md5sum WB_v1.8.0_UpdateSite_for_Eclipse4.5.zip

That will print out the MD5 checksum of the .zip file, which you then
compare to the contents of the .md5 file to verify that the zip file is
correct.

Alternately, assuming you have BOTH the .md5 and .zip file in the same
directory, you can feed the .md5 file to the md5sum command with a
"-c" flag:

        md5sum -c WB_v1.8.0_UpdateSite_for_Eclipse4.5.zip.md5

The command will read the .md5 file for the checksum, then compute the
checksum for the .zip file, compare them and tell you if they match.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-         The Navy's a bunch of wimps!  MY job's an adventure!       -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/KRNZX5UODCVQQKXIOHL5RJU3VGEDGX7F/

Reply via email to