<?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; sources</title>
	<atom:link href="https://alexsleat.co.uk/tag/sources/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Wed, 20 Jun 2012 20:20:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ubuntu requires CD for software (installs and updates)</title>
		<link>https://alexsleat.co.uk/2011/10/18/ubuntu-requires-cd-for-software-installs-and-updates/</link>
		<comments>https://alexsleat.co.uk/2011/10/18/ubuntu-requires-cd-for-software-installs-and-updates/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 10:14:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[sources.list]]></category>
		<category><![CDATA[sudo apt-get get]]></category>
		<category><![CDATA[sudo apt-get update]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=22272</guid>
		<description><![CDATA[<br/><p>If when attempting to update software or install new software in Ubuntu you find yourself being asked to insert the installation/live CD or if you find the following errors while trying to update your sources the following should help fix this error.</p> W: Failed to fetch cdrom://Ubuntu 11.10 _Oneiric Ocelot_ &#8211; Release amd64 &#40;20111012&#41;/dists/oneiric/main/binary-i386/Packages [...]]]></description>
			<content:encoded><![CDATA[<br/><p>If when attempting to update software or install new software in Ubuntu you find yourself being asked to insert the installation/live CD or if you find the following errors while trying to update your sources the following should help fix this error.</p>
<div class="dean_ch" style="white-space: wrap;">W: Failed to fetch cdrom://Ubuntu <span class="nu0">11.10</span> _Oneiric Ocelot_ &#8211; Release amd64 <span class="br0">&#40;</span><span class="nu0">20111012</span><span class="br0">&#41;</span>/dists/oneiric/main/binary-i386/Packages &nbsp;Please use apt-cdrom to <span class="kw2">make</span> this CD-ROM recognised by APT. apt-get update cannot be used to add new CD-ROMs</p>
<p>W: Failed to fetch cdrom://Ubuntu <span class="nu0">11.10</span> _Oneiric Ocelot_ &#8211; Release amd64 <span class="br0">&#40;</span><span class="nu0">20111012</span><span class="br0">&#41;</span>/dists/oneiric/main/binary-amd64/Packages &nbsp;Please use apt-cdrom to <span class="kw2">make</span> this CD-ROM recognised by APT. apt-get update cannot be used to add new CD-ROMs</p>
<p>W: Failed to fetch cdrom://Ubuntu <span class="nu0">11.10</span> _Oneiric Ocelot_ &#8211; Release amd64 <span class="br0">&#40;</span><span class="nu0">20111012</span><span class="br0">&#41;</span>/dists/oneiric/restricted/binary-amd64/Packages &nbsp;Please use apt-cdrom to <span class="kw2">make</span> this CD-ROM recognised by APT. apt-get update cannot be used to add new CD-ROMs</p>
<p>W: Failed to fetch cdrom://Ubuntu <span class="nu0">11.10</span> _Oneiric Ocelot_ &#8211; Release amd64 <span class="br0">&#40;</span><span class="nu0">20111012</span><span class="br0">&#41;</span>/dists/oneiric/restricted/binary-i386/Packages &nbsp;Please use apt-cdrom to <span class="kw2">make</span> this CD-ROM recognised by APT. apt-get update cannot be used to add new CD-ROMs</p>
<p>E: Some index files failed to download. They have been ignored, or old ones used instead.<br />
&nbsp;</div>
<p>In order to fix this you&#8217;ll need to open up a terminal and type:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> <span class="kw2">nano</span> /etc/apt/sources.list</div>
<p>Now you&#8217;ll see something similar to the following:</p>
<p><a href="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-18-111023.png"><img src="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-18-111023.png" alt="" title="Screenshot at 2011-10-18 11:10:23" width="937" height="468" class="aligncenter size-full wp-image-22274" /></a></p>
<p>From here add a # to any lines starting with &#8220;<strong>deb cdrom:</strong>&#8221; then save and exit nano (Ctrl+X, Y, Enter).</p>
<p>Now from terminal type:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> apt-get update</div>
<p>You should now be able to install and update all the things without the need for a CD being mounted.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/10/18/ubuntu-requires-cd-for-software-installs-and-updates/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>
