This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

md5sum where ?

dstc

Wed Sep 02, 2015 4:34:01 pm

good night,
where can i find th md5sum to check integrity of
zorin os9 core 64bit . iso

Swarfendor437

Wed Sep 02, 2015 6:27:00 pm

On this page:

http://zorinos.com/download9.html

Underneath the download button! ;) :D

Wolfman

Wed Sep 02, 2015 6:29:31 pm

Hi,

here you are:

MD5SUM 6adcdc13164661f0365f1b6f7b26570c

Its on the downloads page under the version you chose!:

http://zorinos.com/download9.html

If you are currently using a version of Linux, use k3b to burn the ISO (at the slowest speed) and it will show the MD5SUM. :D

Swarfendor437

Thu Sep 03, 2015 11:55:31 am

If using Windows use Winmd5free from here:

http://winmd5.com

I created a tutorial on veoh.com:
http://www.veoh.com/watch/v28335038JpeNGXzP

Also from the Terminal in GNU/Linux (Ctrl+ Alt+ T) by command you can get the md5sum after navigating to the folder where you downloaded the .iso (e.g., Downloads):

Code:
cd Downloads


then

Code:
md5sum [name of .iso EXACTLY as it is named including .iso bit]


;) :D