<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hash Sum mismatch &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/hash-sum-mismatch/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Mon, 31 Jan 2022 14:44:43 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=67592</generator>
	<item>
		<title>Mysql: apt update  &#8220;Hash Sum mismatch&#8221;</title>
		<link>https://blog.smsoft.it/2022/03/08/mysql-apt-update-hash-sum-mismatch/</link>
					<comments>https://blog.smsoft.it/2022/03/08/mysql-apt-update-hash-sum-mismatch/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 08 Mar 2022 09:30:00 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[apt update]]></category>
		<category><![CDATA[Hash Sum mismatch]]></category>
		<category><![CDATA[Il file ha una dimensione non attes]]></category>
		<guid isPermaLink="false">https://blog.smsoft.it/?p=5359</guid>

					<description><![CDATA[Se durante un apt update viene mostrato l&#8217;errore &#8220;Hash Sum mismatch&#8221; (in italiano &#8220;Il file ha una dimensione non attesa&#8220;), siete capitati nel posto giusto. In alcuni casi potrebbe bastare un: rm -rf /var/lib/apt/lists/* e poi nuovamente apt update ma se siete dietro un proxy, consiglio di creare un file denominato /etc/apt/apt.conf.d/99fixbadproxy con dentro: Acquire::http::Pipeline-Depth ... <a title="Mysql: apt update  &#8220;Hash Sum mismatch&#8221;" class="read-more" href="https://blog.smsoft.it/2022/03/08/mysql-apt-update-hash-sum-mismatch/" aria-label="Per saperne di più su Mysql: apt update  &#8220;Hash Sum mismatch&#8221;">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Se durante un <strong>apt update</strong> viene mostrato l&#8217;errore &#8220;<strong>Hash Sum mismatch</strong>&#8221; (in italiano &#8220;<strong>Il file ha una dimensione non attesa</strong>&#8220;), siete capitati nel posto giusto.</p>



<p class="wp-block-paragraph">In alcuni casi potrebbe bastare un:</p>



<pre class="wp-block-preformatted">rm -rf /var/lib/apt/lists/*</pre>



<p class="wp-block-paragraph">e poi nuovamente </p>



<pre class="wp-block-preformatted">apt update</pre>



<p class="wp-block-paragraph">ma se siete dietro un proxy, consiglio di creare un file denominato <strong>/etc/apt/apt.conf.d/99fixbadproxy</strong> con dentro:</p>



<pre class="wp-block-preformatted">Acquire::http::Pipeline-Depth 0;
Acquire::http::No-Cache true;
Acquire::BrokenProxy true;</pre>



<p class="wp-block-paragraph">e poi nuovamente:</p>



<pre class="wp-block-preformatted">apt update</pre>



<p class="wp-block-paragraph">Se viene anche mostrato un errore relativo alla firma GPG, allora basterà:</p>



<pre class="wp-block-preformatted">wget -q -O - https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 | apt-key add -</pre>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2022/03/08/mysql-apt-update-hash-sum-mismatch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
