<?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>WiredRevolution.com &#187; sources.list</title>
	<atom:link href="http://www.wiredrevolution.com/tag/sourceslist/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install Boxee on 64-bit Ubuntu 9.10 Karmic</title>
		<link>http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-boxee-on-64-bit-ubuntu-910-karmic</link>
		<comments>http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic#comments</comments>
		<pubDate>Sat, 02 Jan 2010 15:33:12 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[liblzo]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[sources.list]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1165</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>Installing Boxee turns your computer into an incredible HTPC. These instructions will help you get it up and running on Ubuntu. Update: Boxee has recently made the latest version (9.20) of their software available for Ubuntu 64 and 32-bit. If you are installing this new version simply download the deb package off their website directly [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/><p>Installing Boxee turns your computer into an incredible HTPC. These instructions will help you get it up and running on Ubuntu.</p>
<p><strong>Update:</strong><br />
Boxee has recently made the latest version (9.20) of their software available for Ubuntu 64 and 32-bit.  If you are installing this new version simply download the deb package off their website directly and install it. </p>
<p><strong>The instructions below pertain to older Boxee versions < 9.20 </strong></p>
<p>Start by downloading the repository off the website. Since the 32-bit repository is the only one available simply adding it to your sources.list will not work.</p>
<pre>$ wget http://apt.boxee.tv/dists/jaunty/main/binary-i386/Packages.gz</pre>
<p>Find the latest version of Boxee in the repository.</p>
<pre>$ zcat Packages.gz | grep Filename</pre>
<pre>
Filename: ./dists/intrepid/main/binary-i386/boxee-0.9.6.4578.intrepid.deb
Filename: ./dists/intrepid/main/binary-i386/boxee-0.9.7.4826.intrepid.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.11.5777.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.12.6570.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.13.6684.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.14.6795.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.14.6992.deb
</pre>
<p>Download the latest version.</p>
<pre>$ wget http://apt.boxee.tv/dists/intrepid/test/binary-i386/boxee-0.9.14.6992.deb</pre>
<p>Install the package, since your system is 64-bit and you are installing a 32-bit package you will see that your system is missing some required libraries.</p>
<pre>$ sudo dpkg -i --force-all boxee-0.9.14.6992.deb</pre>
<pre>
dpkg: warning: overriding problem because --force enabled:
 package architecture (i386) does not match system (amd64)
Selecting previously deselected package boxee.
(Reading database ... 144498 files and directories currently installed.)
Unpacking boxee (from boxee-0.9.14.6992.deb) ...
dpkg: boxee: dependency problems, but configuring anyway as you requested:
 boxee depends on liblzo1; however:
  Package liblzo1 is not installed.
 boxee depends on libfaad-dev; however:
  Package libfaad-dev is not installed.
 boxee depends on libxmlrpc-c3; however:
  Package libxmlrpc-c3 is not installed.
 boxee depends on libdirectfb-1.0-0; however:
  Package libdirectfb-1.0-0 is not installed.
 boxee depends on libkrb53; however:
  Package libkrb53 is not installed.
 boxee depends on xsel; however:
  Package xsel is not installed.
Setting up boxee (0.9.14.6992)
</pre>
<p>To fix these dependency problems download the getlibs package and install it. </p>
<pre>
$ wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb
$ sudo dpkg -i getlibs-all.deb
</pre>
<p>Now resolve those missing libraries.</p>
<pre>$ getlibs /opt/boxee/Boxee</pre>
<pre>
libfaac.so.0: libfaac0
libhal-storage.so.1: libhal-storage1
libjasper.so.1: libjasper1
libenca.so.0: libenca0
No match for liblzo.so.1
libmysqlclient.so.15: libmysqlclient15off
libfribidi.so.0: libfribidi0
libGLEW.so.1.5: libglew1.5
The following i386 packages will be installed:
libenca0
libfaac0
libfribidi0
libglew1.5
libhal-storage1
libjasper1
libmysqlclient15off
Continue [Y/n]? y
Downloading ...
Installing libraries ...
</pre>
<p>Install the lib32nss-mdns library.</p>
<pre>$ sudo apt-get install lib32nss-mdns</pre>
<p>You also need to manually install the liblzo library which is no longer available in the 9.10 release.</p>
<pre>$ wget http://mirrors.kernel.org/ubuntu/pool/universe/l/lzo/liblzo1_1.08-3_i386.deb
$ getlibs -i liblzo1_1.08-3_i386.deb
</pre>
<p>You should now be able to launch Boxee normally, enjoy!</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add Ubuntu medibuntu repository</title>
		<link>http://www.wiredrevolution.com/ubuntu/add-ubuntu-medibuntu-repository?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-ubuntu-medibuntu-repository</link>
		<comments>http://www.wiredrevolution.com/ubuntu/add-ubuntu-medibuntu-repository#comments</comments>
		<pubDate>Tue, 11 Nov 2008 11:52:18 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[keyring]]></category>
		<category><![CDATA[medibuntu]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[sources.list]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=650</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>The Medibuntu repository (Multimedia, Entertainment &#38; Distractions In Ubuntu) contains packages that cannot be included into the Ubuntu distribution for legal reasons. Some of these packages include Skype Acrobat Reader, Google Earth, and multimedia codecs. Add Medibuntu to your sources.list. Make sure you specify the correct version of your distribution. This example uses Intrepid Ibex [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic' rel='bookmark' title='Permanent Link: Install Boxee on 64-bit Ubuntu 9.10 Karmic'>Install Boxee on 64-bit Ubuntu 9.10 Karmic</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/><p>The Medibuntu repository (Multimedia, Entertainment &amp; Distractions In Ubuntu) contains packages that cannot be included into the Ubuntu distribution for legal reasons.  Some of these packages include Skype Acrobat Reader, Google Earth, and multimedia codecs.</p>
<p>Add Medibuntu to your sources.list. Make sure you specify the correct version of your distribution. This example uses <strong>Intrepid Ibex</strong> (Ubuntu 8.10).</p>
<pre>
# wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
</pre>
<p>Then add its GPG key to your keyring.</p>
<pre>
# apt-get update &amp;&amp; apt-get install medibuntu-keyring &amp;&amp; apt-get update
</pre>
<p>Now you should be able to install packages in this repository.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic' rel='bookmark' title='Permanent Link: Install Boxee on 64-bit Ubuntu 9.10 Karmic'>Install Boxee on 64-bit Ubuntu 9.10 Karmic</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/add-ubuntu-medibuntu-repository/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

