<?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"
	>
<channel>
	<title>Comments on: Simple Way to Update Ubuntu Edgy With Slow/No Internet Connection</title>
	<atom:link href="http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<pubDate>Fri, 05 Dec 2008 03:27:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: &#8216;wget -c&#8217; Bug in Download Script Generated by Synaptic in Ubuntu 7.10(Feisty Fawn)</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-124169</link>
		<dc:creator>&#8216;wget -c&#8217; Bug in Download Script Generated by Synaptic in Ubuntu 7.10(Feisty Fawn)</dc:creator>
		<pubDate>Sun, 16 Sep 2007 08:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-124169</guid>
		<description>[...] Ubuntu Edgy Eft was the first version to introduce this feature to Ubuntu users: Those who can't download large packages on, say, a home machine can just mark the packages to be installed in Synaptic Package Manager and then let it generate a download script. This script can be carried to a machine with good Internet connection and executed there to download all the required files. The download files can then be carried back to the home machine to complete the installation of selected packages through Synaptic Package Manager. I have explained the complete procedure in an earlier post: Simple Way to Update Ubuntu Edgy With Slow/No Internet Connection [...]</description>
		<content:encoded><![CDATA[<p>[...] Ubuntu Edgy Eft was the first version to introduce this feature to Ubuntu users: Those who can&#8217;t download large packages on, say, a home machine can just mark the packages to be installed in Synaptic Package Manager and then let it generate a download script. This script can be carried to a machine with good Internet connection and executed there to download all the required files. The download files can then be carried back to the home machine to complete the installation of selected packages through Synaptic Package Manager. I have explained the complete procedure in an earlier post: Simple Way to Update Ubuntu Edgy With Slow/No Internet Connection [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-69905</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Sat, 16 Jun 2007 19:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-69905</guid>
		<description>-c options tells wget to continue/resume the download of partially downloaded packages(in case the downloads were interrupted the first time the script was run and we don't want the downloads to be started from the beginning). It's a reported bug in Feisty(Edgy didn't have this problem) and might get fixed in a future update(immediate fix available &lt;a href="https://bugs.launchpad.net/synaptic/+bug/107925" rel="nofollow"&gt;here&lt;/a&gt;). 

A space needs to be present between the '-c' option and the url. Synaptic is generating this in feisty:

wget -chttp://archive.ubuntu.com/....

It should be generated like this:

wget -c http://archive.ubuntu.com/....

So all you have to do is manually edit the generated file and add those required spaces. Those who know Perl(or such) can write a simple script to automate the process.</description>
		<content:encoded><![CDATA[<p>-c options tells wget to continue/resume the download of partially downloaded packages(in case the downloads were interrupted the first time the script was run and we don&#8217;t want the downloads to be started from the beginning). It&#8217;s a reported bug in Feisty(Edgy didn&#8217;t have this problem) and might get fixed in a future update(immediate fix available <a href="https://bugs.launchpad.net/synaptic/+bug/107925" rel="nofollow">here</a>). </p>
<p>A space needs to be present between the &#8216;-c&#8217; option and the url. Synaptic is generating this in feisty:</p>
<p>wget -chttp://archive.ubuntu.com/&#8230;.</p>
<p>It should be generated like this:</p>
<p>wget -c <a href="http://archive.ubuntu.com/..." rel="nofollow">http://archive.ubuntu.com/&#8230;</a>.</p>
<p>So all you have to do is manually edit the generated file and add those required spaces. Those who know Perl(or such) can write a simple script to automate the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-68102</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Tue, 12 Jun 2007 22:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-68102</guid>
		<description>nevermind i realized that the synaptic scrypt automatically added -c immediately befor the http address making it unintelligible to wget. Why might this be happening?</description>
		<content:encoded><![CDATA[<p>nevermind i realized that the synaptic scrypt automatically added -c immediately befor the http address making it unintelligible to wget. Why might this be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-68101</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Tue, 12 Jun 2007 22:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-68101</guid>
		<description>I am trying to do this but i do not understand how to run your command. Im trying to install gramps so my file is gramps.sh (I assumed the .sh ext is important or i would make it gramps). 
So step 3 is my problem presumably because i do not understand how scrips work or wget. I opened a terminal cd to my Desktop and ran 'sh# sh gramps.sh' and got bash: sh#: command not found.

I then tried 'sh gramps.sh' without any luck

I have tried alot including the wget command from the script

I think i am missing something fundamental about wget. Please explain.
I am using feisty for both comps. Cheers</description>
		<content:encoded><![CDATA[<p>I am trying to do this but i do not understand how to run your command. Im trying to install gramps so my file is gramps.sh (I assumed the .sh ext is important or i would make it gramps).<br />
So step 3 is my problem presumably because i do not understand how scrips work or wget. I opened a terminal cd to my Desktop and ran &#8217;sh# sh gramps.sh&#8217; and got bash: sh#: command not found.</p>
<p>I then tried &#8217;sh gramps.sh&#8217; without any luck</p>
<p>I have tried alot including the wget command from the script</p>
<p>I think i am missing something fundamental about wget. Please explain.<br />
I am using feisty for both comps. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAMR.NET &#187; [HOWTO] Como Instalar Paquetes de Ubuntu o Debian en Una Computadora Sin Conexion a Internet o con Baja Velocidad de Descarga</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-55169</link>
		<dc:creator>DAMR.NET &#187; [HOWTO] Como Instalar Paquetes de Ubuntu o Debian en Una Computadora Sin Conexion a Internet o con Baja Velocidad de Descarga</dc:creator>
		<pubDate>Wed, 23 May 2007 03:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-55169</guid>
		<description>[...] Fuente &#124; Every Flavour Beans [...]</description>
		<content:encoded><![CDATA[<p>[...] Fuente | Every Flavour Beans [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB10</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-28931</link>
		<dc:creator>HB10</dc:creator>
		<pubDate>Fri, 12 Jan 2007 14:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-28931</guid>
		<description>There is a script to handle an apt-medium at:

http://wiki.debian.org/AptMedium</description>
		<content:encoded><![CDATA[<p>There is a script to handle an apt-medium at:</p>
<p><a href="http://wiki.debian.org/AptMedium" rel="nofollow">http://wiki.debian.org/AptMedium</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bomper</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-1418</link>
		<dc:creator>Bomper</dc:creator>
		<pubDate>Fri, 03 Nov 2006 15:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-1418</guid>
		<description>For Debian Sarge, Testing, Sid and for all Ubuntu (Brezzy, Dapper, Edgy,.. etc):

1.- apt-get update

2.- apt-get -y --print-uris install gnuplot &#124; egrep 'http&#124;ftp' &#124; awk '{print $1}' &#124; tr -d "'" &#124; sort &#124; tee -a /REMOVABLE/install_deb.txt

  * REMOVABLE = USB, Diskette, zip, etc.
  * --print-uris install = --print-uris upgrade , --print-uris dist-upgrade, etc



3.A.-WINDOWS:

   3.A.1.- Download wget-complete-stable.zip : 

        ftp://ftp.sunsite.dk/projects/wget/windows/wget-complete-stable.zip

   3.A.2.-   Unzip wget-complete-stable.zip

   3.A.3.-   wget -i install_deb.txt

3.B.-LINUX:

   3.B.1.-   wget -i install_deb.txt</description>
		<content:encoded><![CDATA[<p>For Debian Sarge, Testing, Sid and for all Ubuntu (Brezzy, Dapper, Edgy,.. etc):</p>
<p>1.- apt-get update</p>
<p>2.- apt-get -y &#8211;print-uris install gnuplot | egrep &#8216;http|ftp&#8217; | awk &#8216;{print $1}&#8217; | tr -d &#8220;&#8216;&#8221; | sort | tee -a /REMOVABLE/install_deb.txt</p>
<p>  * REMOVABLE = USB, Diskette, zip, etc.<br />
  * &#8211;print-uris install = &#8211;print-uris upgrade , &#8211;print-uris dist-upgrade, etc</p>
<p>3.A.-WINDOWS:</p>
<p>   3.A.1.- Download wget-complete-stable.zip : </p>
<p>        <a href="ftp://ftp.sunsite.dk/projects/wget/windows/wget-complete-stable.zip" rel="nofollow">ftp://ftp.sunsite.dk/projects/wget/windows/wget-complete-stable.zip</a></p>
<p>   3.A.2.-   Unzip wget-complete-stable.zip</p>
<p>   3.A.3.-   wget -i install_deb.txt</p>
<p>3.B.-LINUX:</p>
<p>   3.B.1.-   wget -i install_deb.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Every Flavour Beans &#187; Update or Install Applications on Debian/Ubuntu Without an Internet Connection</title>
		<link>http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-1410</link>
		<dc:creator>Every Flavour Beans &#187; Update or Install Applications on Debian/Ubuntu Without an Internet Connection</dc:creator>
		<pubDate>Fri, 03 Nov 2006 10:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/11/03/simple-way-to-update-ubuntu-edgy-with-slowno-internet-connection/#comment-1410</guid>
		<description>[...] Update: There is a simpler way for the Ubuntu 6.10(Edgy Eft) users: Simple Way to Update Ubuntu Edgy With Slow/No Internet Connection [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: There is a simpler way for the Ubuntu 6.10(Edgy Eft) users: Simple Way to Update Ubuntu Edgy With Slow/No Internet Connection [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
