<?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 Debian and Ubuntu Packages Using MD5 Checksums	</title>
	<atom:link href="https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 25 Apr 2025 06:10:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-2300425</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 25 Apr 2025 06:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22961#comment-2300425</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-2300097&quot;&gt;Mark&lt;/a&gt;.

@Mark,

You&#039;re absolutely right — &lt;strong&gt;MD5&lt;/strong&gt; is considered broken for cryptographic purposes due to its vulnerability to collision attacks. However, in the context of basic file integrity checks (like confirming a file wasn’t corrupted during download), it&#039;s still commonly used because it&#039;s fast and widely supported. 

That said, if security is a concern. like verifying package authenticity — SHA-256 or digital signatures are definitely the better route.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-2300097">Mark</a>.</p>
<p>@Mark,</p>
<p>You&#8217;re absolutely right — <strong>MD5</strong> is considered broken for cryptographic purposes due to its vulnerability to collision attacks. However, in the context of basic file integrity checks (like confirming a file wasn’t corrupted during download), it&#8217;s still commonly used because it&#8217;s fast and widely supported. </p>
<p>That said, if security is a concern. like verifying package authenticity — SHA-256 or digital signatures are definitely the better route.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-2300097</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 24 Apr 2025 08:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22961#comment-2300097</guid>

					<description><![CDATA[MD5 is considered deprecated due to its vulnerabilities, particularly its susceptibility to collision attacks, making it unsuitable for cryptographic purposes. It is recommended to use more secure hashing algorithms like SHA-256 instead. ( so sha256sum and sha512sum are better alternatives)

See Wikipedia]]></description>
			<content:encoded><![CDATA[<p>MD5 is considered deprecated due to its vulnerabilities, particularly its susceptibility to collision attacks, making it unsuitable for cryptographic purposes. It is recommended to use more secure hashing algorithms like SHA-256 instead. ( so sha256sum and sha512sum are better alternatives)</p>
<p>See Wikipedia</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827909</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 07:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22961#comment-827909</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827811&quot;&gt;bushpilot&lt;/a&gt;.

Try to run the command below and show us the output:

sudo systemctl status -l &quot;run-vmblock\x2dfuse.mount&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827811">bushpilot</a>.</p>
<p>Try to run the command below and show us the output:</p>
<p>sudo systemctl status -l &#8220;run-vmblock\x2dfuse.mount&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827908</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 07:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22961#comment-827908</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827811&quot;&gt;bushpilot&lt;/a&gt;.

@bushpilot 

This could be caused by a possible mount problem under &lt;strong&gt;systemd&lt;/strong&gt; perhaps a bug. Try to find out more from here: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448134]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827811">bushpilot</a>.</p>
<p>@bushpilot </p>
<p>This could be caused by a possible mount problem under <strong>systemd</strong> perhaps a bug. Try to find out more from here: <a target="_blank" href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448134" rel="nofollow ugc">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448134</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827902</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 06:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22961#comment-827902</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827827&quot;&gt;Christopher Lee&lt;/a&gt;.

@christopher 

Yes, it is possible, this method only works as an extra-verification measure after packages are already installed on your system. 

For example &lt;strong&gt;apt/apt-get&lt;/strong&gt; does that as explained here: http://superuser.com/questions/990143/how-does-apt-get-checks-for-the-integrity-of-the-files-downloaded]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-verify-md5sum-packages-files-in-linux/comment-page-1/#comment-827827">Christopher Lee</a>.</p>
<p>@christopher </p>
<p>Yes, it is possible, this method only works as an extra-verification measure after packages are already installed on your system. </p>
<p>For example <strong>apt/apt-get</strong> does that as explained here: <a target="_blank" href="http://superuser.com/questions/990143/how-does-apt-get-checks-for-the-integrity-of-the-files-downloaded" rel="nofollow ugc">http://superuser.com/questions/990143/how-does-apt-get-checks-for-the-integrity-of-the-files-downloaded</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
