<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Verify SHA256 Checksum of File in Linux	</title>
	<atom:link href="https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:39:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-14300</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 29 Aug 2022 04:26:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-14300</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-14241&quot;&gt;Markus K&lt;/a&gt;.

@Markus,

You need to install &lt;strong&gt;coreutils&lt;/strong&gt; package on your Linux distribution.
&lt;pre&gt;
$ sudo apt install coreutils         [On &lt;strong&gt;Debian, Ubuntu and Mint&lt;/strong&gt;]
$ sudo yum install coreutils         [On &lt;strong&gt;RHEL/CentOS/Fedora&lt;/strong&gt; and &lt;strong&gt;Rocky Linux/AlmaLinux&lt;/strong&gt;]
$ sudo emerge -a sys-apps/coreutils  [On &lt;strong&gt;Gentoo Linux&lt;/strong&gt;]
$ sudo apk add coreutils             [On Alpine Linux]
$ sudo pacman -S coreutils           [On &lt;strong&gt;Arch Linux&lt;/strong&gt;]
$ sudo zypper install coreutils      [On &lt;strong&gt;OpenSUSE&lt;/strong&gt;]    
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-14241">Markus K</a>.</p>
<p>@Markus,</p>
<p>You need to install <strong>coreutils</strong> package on your Linux distribution.</p>
<pre>
$ sudo apt install coreutils         [On <strong>Debian, Ubuntu and Mint</strong>]
$ sudo yum install coreutils         [On <strong>RHEL/CentOS/Fedora</strong> and <strong>Rocky Linux/AlmaLinux</strong>]
$ sudo emerge -a sys-apps/coreutils  [On <strong>Gentoo Linux</strong>]
$ sudo apk add coreutils             [On Alpine Linux]
$ sudo pacman -S coreutils           [On <strong>Arch Linux</strong>]
$ sudo zypper install coreutils      [On <strong>OpenSUSE</strong>]    
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Markus K		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-14241</link>

		<dc:creator><![CDATA[Markus K]]></dc:creator>
		<pubDate>Sat, 27 Aug 2022 15:52:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-14241</guid>

					<description><![CDATA[Where is the information on how to run &lt;strong&gt;sha256sum&lt;/strong&gt;?

I get: 
&lt;pre&gt;
&quot;sha256SUM: command not found&quot;
&lt;/pre&gt;
Thanks]]></description>
			<content:encoded><![CDATA[<p>Where is the information on how to run <strong>sha256sum</strong>?</p>
<p>I get: </p>
<pre>
"sha256SUM: command not found"
</pre>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hank Barta		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-6199</link>

		<dc:creator><![CDATA[Hank Barta]]></dc:creator>
		<pubDate>Sun, 09 Jan 2022 22:36:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-6199</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-4100&quot;&gt;Ravi Saive&lt;/a&gt;.

On Linux disks are files. (e.g. &lt;strong&gt;/dev/sdX&lt;/strong&gt;) it should work. The place where it is problematic is where a compressed image is provided and then decompressed before copying to the disk.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-4100">Ravi Saive</a>.</p>
<p>On Linux disks are files. (e.g. <strong>/dev/sdX</strong>) it should work. The place where it is problematic is where a compressed image is provided and then decompressed before copying to the disk.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-4100</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 04:53:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-4100</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-4091&quot;&gt;charles&lt;/a&gt;.

@Charles,

The command &lt;strong&gt;sha256sum&lt;/strong&gt; only check the checksum of the file, not a device or disk...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-4091">charles</a>.</p>
<p>@Charles,</p>
<p>The command <strong>sha256sum</strong> only check the checksum of the file, not a device or disk&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: charles		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-4091</link>

		<dc:creator><![CDATA[charles]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 02:52:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-4091</guid>

					<description><![CDATA[Can the command be run against an optical disk or usb disk instead of an iso file? How does one indicate the device (e.g. sdb1)?]]></description>
			<content:encoded><![CDATA[<p>Can the command be run against an optical disk or usb disk instead of an iso file? How does one indicate the device (e.g. sdb1)?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LinuxShellTips		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-47</link>

		<dc:creator><![CDATA[LinuxShellTips]]></dc:creator>
		<pubDate>Wed, 24 Mar 2021 04:40:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-47</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-46&quot;&gt;tfj&lt;/a&gt;.

@Tfj,

Then you can run the sha256sum by mentioning the hash on the command itself and compare the results with the hash on the website as shown.
&lt;pre&gt;
$ sha256sum ubuntu-20.10-desktop-amd64.iso 3ef833828009fb69d5c584f3701d6946f89fa304757b7947e792f9491caa270e ubuntu-20.10-desktop-amd64.iso
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-46">tfj</a>.</p>
<p>@Tfj,</p>
<p>Then you can run the sha256sum by mentioning the hash on the command itself and compare the results with the hash on the website as shown.</p>
<pre>
$ sha256sum ubuntu-20.10-desktop-amd64.iso 3ef833828009fb69d5c584f3701d6946f89fa304757b7947e792f9491caa270e ubuntu-20.10-desktop-amd64.iso
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tfj		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-46</link>

		<dc:creator><![CDATA[tfj]]></dc:creator>
		<pubDate>Tue, 23 Mar 2021 05:56:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-46</guid>

					<description><![CDATA[And what if the &lt;strong&gt;checksum&lt;/strong&gt; is provided in some format other than a file? for example what if they just provide some text on a web page?]]></description>
			<content:encoded><![CDATA[<p>And what if the <strong>checksum</strong> is provided in some format other than a file? for example what if they just provide some text on a web page?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jj		</title>
		<link>https://www.ubuntumint.com/verify-sha256-checksum-of-file-in-linux/#comment-7</link>

		<dc:creator><![CDATA[jj]]></dc:creator>
		<pubDate>Fri, 29 Jan 2021 21:36:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=624#comment-7</guid>

					<description><![CDATA[In today&#039;s Internet environment this article is timely and helps&#039;s eliminate the complexity.  Thanks!]]></description>
			<content:encoded><![CDATA[<p>In today&#8217;s Internet environment this article is timely and helps&#8217;s eliminate the complexity.  Thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
