LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-15-2016, 08:36 PM   #1
Bobrm2
Member
 
Registered: Oct 2007
Posts: 53

Rep: Reputation: 0
Question unable to run sha256sum from terminal,


Problems running sha256sum -b linuxmint.iso.

This has to be simple, but I can't locate the command error, so posting the terminal file in hopes someone will assist. Also, I recently the installed the program for sha256sum
thanks in advance.

Bobbob_root@Bob-All-Series ~ $ ls
Aromatherapy Blend to Treat Chronic Pain-n2uKHOHQhcg.mp4
Calibre Library
Cub Cadet SLT1550 Maintenance-AC-gBRaL0oc.mp4
Desktop
Documents
Downloads
dwhelper
e-Sword
etc
How To Replace A_C Blower Motor on '09, '10, '11, '12, '13 Dodge Challenger R_T-FTyummvddK4.mp4
Inner Cover-rvH8u1yKTnY.mp4
Making Frames - Part 1-r8Zx4uRQx9k.mp4
Making Frames - Part 2-6ZoB6c-kuuc.mp4
Making the Frame Saw with Paul Sellers-Z4LohjmskEk.mp4
mintcleaner.sh
Music
Native American Relaxing Music _ Meditative Vocal _ Background Music for Studying, Sleeping, Working-BpOOkWQ6ZVc.mp4
Palemoon
Pictures
public
Public
quiteinsanegimpplugin-0.3
Templates
True and False Prophets - Pr. Doug Batchelor-okjrvQGaCUQ.mp4
usr
Videos
Workshop.tsk
bob_root@Bob-All-Series ~ $ cd ~/Desktop
bob_root@Bob-All-Series ~/Desktop $ sha256sum -b linuxmint.iso
sha256sum: linuxmint.iso: No such file or directory
bob_root@Bob-All-Series ~/Desktop $ dir
17.3_Backup Kelley-Newsletter-JUNE-2016.pdf
1stServxfer.pdf libreoffice-calc.desktop
Colonoscopy_result071116-1.jpg mhv_ROOT_20160724_1444.txt
copotbeetl.pdf mintcleaner.sh
Der0516.pdf newobservationsu00fran.epub
Documents OnePage.pdf
e-Sword.desktop simple-scan.desktop
Feb_2016 Stihl\ 291
firefox.desktop synaptic.desktop
Flavius\ Josephus,\ An\ Index TB_Profiles081416
fpm2.desktop thunderbird.desktop
HomeIns.pdf TLCL-16.07.pdf
importexporttools-3.2.4.1-sm+tb.xpi Untitled\ Document\ 1
ISO USAA
July\ 2016\ HsePics
bob_root@Bob-All-Series ~/Desktop $ cd ~/ISO

bash: cd: /home/bob_root/ISO: No such file or directory
bob_root@Bob-All-Series ~/Desktop $ sha256sum -b linuxmint.iso
sha256sum: linuxmint.iso: No such file or directory
bob_root@Bob-All-Series ~/Desktop $ cd ISO
bob_root@Bob-All-Series ~/Desktop/ISO $ sha256sum -b linuxmint.iso
sha256sum: linuxmint.iso: No such file or directory
bob_root@Bob-All-Series ~/Desktop/ISO $ cd ISO
bash: cd: ISO: No such file or directory
bob_root@Bob-All-Series ~/Desktop/ISO $ cd /Desktop/ISO
bash: cd: /Desktop/ISO: No such file or directory
bob_root@Bob-All-Series ~/Desktop/ISO $ ls
linuxmint-18-cinnamon-64bit.iso
bob_root@Bob-All-Series ~/Desktop/ISO $ sha256sum -b linuxmint.iso
sha256sum: linuxmint.iso: No such file or directory
bob_root@Bob-All-Series ~/Desktop/ISO $
 
Old 08-15-2016, 09:20 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Id the Linux Mint .iso is on your desktop than cd to the desktop and type:

Code:
sha256sum <exact description of the Linux Mint x86_64.iso
If that doesn't work you can md5sum the .iso as well.

Here's how I use md5sum-
Code:
cd Downloads 
ls    (to list everything in the Downloads directory)
Than you get the list of everything in that directory
Than type:
md5sum (exact name of the Mint.iso "linuxmint-18-cinnamon-64bit.iso" and hit Enter) Without the quotes.
The terminal should return a long signature.
If the signature is corrupt the terminal will tell you that the signatures don't match.

https://help.ubuntu.com/community/HowToSHA256SUM
http://linux.byexamples.com/archives...ecksum-how-to/
 
Old 08-16-2016, 04:09 AM   #3
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Open a terminal and issue:
Code:
find Downloads -iname '*.iso'  -exec  sha256sum {} \; | grep mint
stuff like this at the other end:
Code:
29288b71ab498aacd7755778e539dd4fd4cc54e24b1befc1a7cd102d14187f6c  Downloads/linuxmint-17.1-xfce-64bit.iso
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Running JMRI/Decoder Pro - Run in Terminal - Terminal flashes and dissappears. HarrisCreekCentral Linux - Newbie 3 08-22-2018 04:31 PM
[SOLVED] help incorporating sha256sum into C code ron7000 Programming 5 06-17-2015 09:01 AM
unable to run nam in terminal on linex Domah Linux - Virtualization and Cloud 1 08-12-2014 10:05 AM
[SOLVED] Run commands inside a terminal opened from a terminal.... charlemagne-is-my-son Linux - Software 10 06-16-2014 12:38 PM
[SOLVED] Perl SHA256SUM Clarification Sky.Crawler Programming 2 02-28-2011 08:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:49 PM.

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