<?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>Linux etc. &#187; GnuPG</title>
	<atom:link href="http://promberger.info/linux/category/gnupg/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Thu, 08 Sep 2011 11:06:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing and updating R with aptitude</title>
		<link>http://promberger.info/linux/2007/09/04/installing-and-updating-r-with-aptitude/</link>
		<comments>http://promberger.info/linux/2007/09/04/installing-and-updating-r-with-aptitude/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 19:51:13 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[GnuPG]]></category>
		<category><![CDATA[Noobs]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/09/04/installing-and-updating-r-with-aptitude/</guid>
		<description><![CDATA[If you like, choose your favourite R mirror from the CRAN mirror list and substitute it for the http://www.sourcekeg.co.uk/cran/ below. The following is for Ubuntu Dapper. If you are using a different distro, replace &#8220;dapper&#8221; with the correct codename for that distro before you add it to sources.list. sudo -s echo "deb http://www.sourcekeg.co.uk/cran/bin/linux/ubuntu dapper/" >> [...]]]></description>
			<content:encoded><![CDATA[<p>If you like, choose your favourite R mirror from <a href="http://cran.r-project.org/mirrors.html">the CRAN mirror list</a> and substitute it for the <code>http://www.sourcekeg.co.uk/cran/</code> below. The following is for Ubuntu  Dapper. If you are using a different distro, replace &#8220;dapper&#8221; with the correct codename for that distro before you add it to <code>sources.list</code>.</p>
<pre>
sudo -s
echo "deb http://www.sourcekeg.co.uk/cran/bin/linux/ubuntu  dapper/" >> /etc/apt/sources.list
exit
gpg --keyserver subkeys.pgp.net --recv-key E2A11821
gpg -a --export E2A11821 | sudo apt-key add -
sudo aptitude update
</pre>
<p>Then, if you don&#8217;t have R yet:</p>
<pre>sudo aptitude install r-base</pre>
<p>If you have it, you may be able to get the latest update with </p>
<pre>sudo aptitude upgrade</pre>
<p>or, <code>r-base</code> may show up along with other R stuff under &#8220;<code>The following packages have been kept back</code>&rdquo;. In that case:</p>
<pre>sudo aptitude dist-upgrade</pre>
<p>Read up on the <a href="http://www.debian-administration.org/articles/69">difference between upgrade and dist-upgrade</pre>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/09/04/installing-and-updating-r-with-aptitude/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

