<SOLVED> -bash: sha256sum: command not found; verify ISO, Integrity check, v18.3, Mac OSX El Capitan

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
weinbefe

<SOLVED> -bash: sha256sum: command not found; verify ISO, Integrity check, v18.3, Mac OSX El Capitan

Post by weinbefe »

Hi, I am using OS X El Capitan v10.11.6 on a Macbook Pro (15'', Mid 2012), 2,3 GHz Intel Core i7

My plan is to install Linux Mint instead. When I want to verify my ISO as written here:
https://linuxmint.com/verify.php

I've created the ISO folder and copied the files into it.

For the Integrity Check I entered the commands:

cd
cd ISO
sha256sum -b *.iso

But instead of the SHA256 sum of my ISO file, I get the following message:

"-bash: sha256sum: command not found"

Here's what it looks like:

Thanks! Hope you can help..
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
thx-1138
Level 8
Level 8
Posts: 2092
Joined: Fri Mar 10, 2017 12:15 pm
Location: Athens, Greece

Re: -bash: sha256sum: command not found; verify ISO, Integrity check, v18.3

Post by thx-1138 »

"-bash: sha256sum: command not found"
...i think that on this OS the command should be shasum -a 256...
weinbefe

Re: -bash: sha256sum: command not found; verify ISO, Integrity check, v18.3

Post by weinbefe »

Thank you for your reply. Now the name of the shell or the window changed, but nothing else happened.
(see attachment please)
User avatar
karlchen
Level 23
Level 23
Posts: 18228
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: -bash: sha256sum: command not found; verify ISO, Integrity check, v18.3

Post by karlchen »

Hello, weinbefe.

You have to specify the name of the downloaded ISO image file as well, else shasum does not know which data to process.

Code: Select all

shasum -a 256 /path/to/linuxmint-18.3-cinnamon-64bit.iso
Note:
/path/to/linuxmint-18.3-cinnamon-64bit.iso is only a placeholder and has to be replaced by the correct pathname and filename on your system.

HTH,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
User avatar
karlchen
Level 23
Level 23
Posts: 18228
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: <SOLVED> -bash: sha256sum: command not found; verify ISO, Integrity check, v18.3, Mac OSX El Capitan

Post by karlchen »

weinbefe, you're welcome. :-)
Sometimes Greek-German co-operation yields good results. :wink:
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
User avatar
thx-1138
Level 8
Level 8
Posts: 2092
Joined: Fri Mar 10, 2017 12:15 pm
Location: Athens, Greece

Re: <SOLVED> -bash: sha256sum: command not found; verify ISO, Integrity check, v18.3, Mac OSX El Capitan

Post by thx-1138 »

Sometimes Greek-German co-operation yields good results.
Lol! :D
Co-operation & solidarity between people always yields good results - it's the money hungry powers-that-be that cause problems... :(

@weinbefe - welcome to Mint!
Locked

Return to “Beginner Questions”