Ubuntu – How to install a program using a .md5 file

md5sum

This is a very basic question that probably has a very easy answer.
I am a frequent customer at humblebundle.com and some of the games
come in a format called ".md5". I understand it is a format that is used
to check an image for errors (after some very superficial googling).
Is it possible to open the file with a specific program or is it necessary
to use a terminal? Don't get me wrong, I am a fan of the terminal, but I am
a non-programming-languages-knowing kind of guy who just uses Ubuntu for the
fun of it. I would appreciate any answer.
Thank you in advance in case you are taking a look at it!

Best Answer

MD5 is an algorithm used, among other things, to check data integrity.

For example, read here or here for instructions on how to check if a .iso file has been downloaded correctly (there's no need to rename the files, though).

So, you should get the programs, that mainly come as .deb, .bin, or .tar.gz (but other possibilities exist), besides of the .md5 "checksum" file.

Related Question