<?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; cd</title>
	<atom:link href="https://alexsleat.co.uk/tag/cd/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 19 Jun 2012 13:34:33 +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>Installing packages from CD in Arch Linux</title>
		<link>https://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/</link>
		<comments>https://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 22:02:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[core-pkgs.sqfs]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[pkgs]]></category>
		<category><![CDATA[sqfs]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=12317</guid>
		<description><![CDATA[<br/><p>Okay, so you have Arch Linux installed and let&#8217;s say you&#8217;re wifi isn&#8217;t working and you need the package &#8220;iwlwifi-3945-ucode-15.32.2.9-2-any.pkg.tar.gz&#8221; to fix this but you don&#8217;t have a wired connect. What do you do? Blast in your Arch cd, mount it, mount the packages sqfs file and install using pacman. </p> <p>Mount cdrom:</p> mkdir [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Okay, so you have Arch Linux installed and let&#8217;s say you&#8217;re wifi isn&#8217;t working and you need the package &#8220;iwlwifi-3945-ucode-15.32.2.9-2-any.pkg.tar.gz&#8221; to fix this but you don&#8217;t have a wired connect. What do you do? Blast in your Arch cd, mount it, mount the packages sqfs file and install using pacman. </p>
<p><strong>Mount cdrom:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> /mnt/cdrom/<br />
<span class="kw2">mount</span> /dev/cdrom /mnt/cdrom/</div>
<p><strong>Mount *-pkgs.sqfs:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> /mnt/pkgs/<br />
<span class="kw2">mount</span> -o loop core-pkgs.sqfs /mnt/pkgs/<br />
<span class="kw3">cd</span> /mnt/pkgs/</div>
<p><strong>Install pkg.tar.gz:</strong></p>
<div class="dean_ch" style="white-space: wrap;">pacman -U package-name.pkg.<span class="kw2">tar</span>.gz</div>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
