<?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>Alex Sleat &#187; ppa</title>
	<atom:link href="https://alexsleat.co.uk/tag/ppa/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Wed, 20 Jun 2012 17:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To: Fix &#8220;Failed to download repository information Check your Internet connection.&#8221;</title>
		<link>https://alexsleat.co.uk/2011/01/07/how-to-fix-failed-to-download-repository-information-check-your-internet-connection/</link>
		<comments>https://alexsleat.co.uk/2011/01/07/how-to-fix-failed-to-download-repository-information-check-your-internet-connection/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 23:11:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[404 not found]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[Failed to download repository information]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[sources.list]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=11274</guid>
		<description><![CDATA[<br/><p>﻿﻿﻿If you&#8217;re getting this error but you&#8217;re still connected to the internet this page might help. This error is sometimes caused by repository&#8217;s which are down or broken.</p> Failed to download repository information Check your Internet connection. <p style="text-align: center;"></p> <p>From terminal run the following command:</p> sudo apt-get update <p>If the output runs through a few [...]]]></description>
			<content:encoded><![CDATA[<br/><p>﻿﻿﻿If you&#8217;re getting this error but you&#8217;re still connected to the internet this page might help. This error is sometimes caused by repository&#8217;s which are down or broken.</p>
<blockquote>
<div id="_mcePaste">Failed to download repository information</div>
<div id="_mcePaste">Check your Internet connection.</div>
</blockquote>
<p style="text-align: center;"><a href="https://alexsleat.co.uk/wp-content/uploads/2011/01/failed-to-download-repository-information.png"><img class="size-full wp-image-11260  aligncenter" title="failed to download repository information" src="https://alexsleat.co.uk/wp-content/uploads/2011/01/failed-to-download-repository-information.png" alt="" width="455" height="246" /></a></p>
<p>From terminal run the following command:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> apt-get update</div>
<p>If the output runs through a few repositorys but ends with something similar to the below (most probably with different repositorys failing) and ultimately stopping your updating process then there is a good chance you can fix it by just removing those failing sources from the software sources.</p>
<blockquote><p>Err http://ppa.launchpad.net maverick/main Sources<br />
404  Not Found<br />
Err http://ppa.launchpad.net maverick/main amd64 Packages<br />
404  Not Found<br />
W: Failed to fetch http://ppa.launchpad.net/bugs-sehe/gparted/ubuntu/dists/maverick/main/source/Sources.gz  404  Not Found<br />
W: Failed to fetch http://ppa.launchpad.net/bugs-sehe/gparted/ubuntu/dists/maverick/main/binary-amd64/Packages.gz  404  Not Found<br />
E: Some index files failed to download, they have been ignored, or old ones used instead.</p></blockquote>
<p>Software Sources can be found under either:</p>
<p style="padding-left: 30px;"><em>Applications &gt; Ubuntu Software Centre &gt; Edit &gt; Software Sources..</em><br />
OR<br />
<em>System &gt; Administrator &gt; Synaptic Package Manager &gt; Settings &gt; Repositorys</em></p>
<p style="text-align: left;">Click the Other Software tab.</p>
<p style="text-align: left;">Nnow find the repositories which caused the failure on the update and uncheck them and then close the Software Centre.</p>
<p style="text-align: left;">Re-run the update command and hopefully everything will work!</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> apt-get update</div>
</p>
<p style="text-align: left;">Check the example below where gparted was causing the error:</p>
<p style="text-align: center;"><a href="https://alexsleat.co.uk/wp-content/uploads/2011/01/sudo-apt-get-update-2.png"><img class="size-medium wp-image-11282 aligncenter" title="sudo apt get update 2" src="https://alexsleat.co.uk/wp-content/uploads/2011/01/sudo-apt-get-update-2-300x147.png" alt="" width="300" height="147" /></a></p>
<p style="text-align: center;"><a href="https://alexsleat.co.uk/wp-content/uploads/2011/01/Screenshot-Software-Sources2.png"><img class="size-medium wp-image-11281 aligncenter" title="Screenshot-Software Sources2" src="https://alexsleat.co.uk/wp-content/uploads/2011/01/Screenshot-Software-Sources2-300x177.png" alt="" width="300" height="177" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/01/07/how-to-fix-failed-to-download-repository-information-check-your-internet-connection/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
