<?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>FettesPS &#187; Opera</title>
	<atom:link href="http://www.fettesps.com/category/browser-wars/opera-browser-wars/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing Opera in Ubuntu Linux</title>
		<link>http://www.fettesps.com/installing-opera-in-ubuntu-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-opera-in-ubuntu-linux</link>
		<comments>http://www.fettesps.com/installing-opera-in-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 02:03:08 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Browser Wars]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=704</guid>
		<description><![CDATA[There are a few ways to get Opera installed in Ubuntu, but with any Debian based distro you&#8217;re best bet is through apt-get. Unfortunately the default sources in Ubuntu do not include Opera, so you&#8217;ll have to jump through a few hoops to get it up and running. First open up your sources file in [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few ways to get Opera installed in Ubuntu, but with any Debian based distro you&#8217;re best bet is through apt-get.  Unfortunately the default sources in Ubuntu do not include Opera, so you&#8217;ll have to jump through a few hoops to get it up and running.</p>
<p>First open up your sources file in your favourite editor:</p>
<pre class="brush: bash; title: ; notranslate">sudo pico /etc/apt/sources.list</pre>
<p>Then add the following source:</p>
<pre class="brush: plain; title: ; notranslate">deb http://deb.opera.com/opera/ stable non-free</pre>
<p>Next you&#8217;ll need to add the GPG Key:</p>
<pre class="brush: bash; title: ; notranslate">wget -O - http://deb.opera.com/archive.key
sudo apt-key add -</pre>
<p>Now you can install Opera using apt:</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get update
sudo apt-get install opera</pre>
<p>In the event that you get <i>The following packages cannot be authenticated</i> as a warning, you will also need to run this command:</p>
<pre class="brush: bash; title: ; notranslate">sudo apt-get install debian-archive-keyring</pre>
<p>From there just run the install command again, and you should have Opera up and running in a few minutes.</p>
<p>If you run into any issues, or need help installing any plugins, I would recommend checking out the <a href="https://help.ubuntu.com/community/OperaBrowser">Community Documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/installing-opera-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

