LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-08-2017, 06:21 AM   #1
lax luthier
Member
 
Registered: Feb 2017
Location: Santa Barbara Co. Ca
Distribution: Ubuntu 16.04 LTS
Posts: 51

Rep: Reputation: Disabled
Verify your ISO ?


How do I "Browse a mirror" so that I can download the two files needed to verify the Mint 18.1 cinnamon 64 bit iso file that I have downloaded?

This page: https://linuxmint.com/verify.php

says download the files but not how to go about it. Thanks.
 
Old 03-08-2017, 06:31 AM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,195

Rep: Reputation: 1284Reputation: 1284Reputation: 1284Reputation: 1284Reputation: 1284Reputation: 1284Reputation: 1284Reputation: 1284Reputation: 1284
Click the link for sha256sum.txt which should display a bunch of text in the web browser. On Chrome the download button looks like an elevator Down button. Clicking that will either put the file in your Downloads folder or ask you where to put it. Once you have the file you can copy it with your file browser.
 
Old 03-08-2017, 07:05 AM   #3
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by lax luthier View Post
How do I "Browse a mirror" so that I can download the two files needed to verify the Mint 18.1 cinnamon 64 bit iso file that I have downloaded?

This page: https://linuxmint.com/verify.php

says download the files but not how to go about it. Thanks.
You can also goto the command-line and type:

Code:
md5sum name-of-iso-file-here
or

Code:
shasum name-of-iso-file-here
The md5sum is less secure than shasum.
 
1 members found this post helpful.
Old 03-08-2017, 11:34 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
same place you downloaded it from?

Or open your pointy-clicky to

http://mirrors.evowise.com/linuxmint/stable/18.1
and get what you want.

Mint doesn't publish md5sum hash values because it doesn't rely on them.

Code:
sha256sum /path/to/mint.iso
or cd into the directory where the mint.iso is downloaded, likely Downloads, so in terminal, issue
Code:
cd Downloads
sha256sum -b mint.iso
Should yield one of these (appropriate to whatever you downloaded)
Code:
469b346800c71a60bd7204e03d4cc909c2dc1099f6fc1eaade320411f0fd2990 *linuxmint-18.1-cinnamon-32bit.iso
b99f4b98a1b41737ded072dc1a7060ca32224e23236074790d4fc86b51009e3c *linuxmint-18.1-cinnamon-64bit.iso
a478284343313cabc59fa8867a8e21a899a979665f273ab3a4e6a9641af284c1 *linuxmint-18.1-kde-32bit.iso
62e144db08600ab0be08bdd8489dfb615c401899af869fa0c29679bc866d9dc5 *linuxmint-18.1-kde-64bit.iso
6870a73d8e4667ed6799930be926c0e035e8596e1efc8bd399d7bd987dadae84 *linuxmint-18.1-mate-32bit.iso
b41c5258c03bd8fe4ecab5f1db33f4484bd1992ec306ea4bdde25fc7d6ea2f40 *linuxmint-18.1-mate-64bit.iso
44054c7cf5229d697570222608e352f5e247fcb8981683c871cf3c117c576e70 *linuxmint-18.1-xfce-32bit.iso
7dc167bd5e6e28641c8aaaf406bba46b1be2d472f85d1d86280ed80e19bb8462 *linuxmint-18.1-xfce-64bit.iso
Prove it yourself:
Code:
wget http://mirrors.evowise.com/linuxmint/stable/18.1/sha256sum.txt && cat sha256sum.txt
If it's not one of the above^^, rerun
Code:
sha256sum -b mint.iso
again and if it fails to produce one of the above sha256 hash sums,
delete the mint.iso and try a fresh download.

Code:
sha256sum -b mint.iso
Once you have verified the sha256 hash, it is verified.
the sha256sum.txt itself could be checked using
Code:
sha256sum sha256sum.txt
I show:
Code:
cb3e748ee036f299a4d41c7252f17cf609c80a2f33ba514f0fdd27a68a7befe2  sha256sum.txt
and the sha256sum.txt.gpg is
Code:
b7d2bba37620c50828741858ed4323412c833658d85f6651df65ff4b4eb2e857
all day long.

Last edited by Habitual; 03-08-2017 at 11:50 AM.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Mint Verify ISO jwebb Linux - Newbie 9 09-08-2016 12:56 AM
[SOLVED] Trying to verify with terminal the Fedora 18 ISO Ztcoracat Fedora 13 02-23-2013 05:56 PM
How do I verify the iso images Virtual Circuit Slackware - Installation 6 02-18-2008 10:17 AM
How to verify downloaded iso's ashwin_cse Fedora 1 06-27-2005 09:23 PM
How do I verify the iso's with md5sums and other questions Bork3 Mandriva 1 11-16-2003 02:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration