<div dir="ltr"><font face="arial, helvetica, sans-serif">I decided to search' apt source xbmc linux' and look what that turned up:</font><div><font face="arial, helvetica, sans-serif"><a href="http://elinux.org/RPi_XBMC">http://elinux.org/RPi_XBMC</a><br></font></div><div><h2 style="color:black;font-weight:normal;margin:1em 0px 0.25em;overflow:hidden;padding:0px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(170,170,170);line-height:1.3;background-image:none;background-repeat:initial"><span class="" id="3rd_party_apt_source"><font face="arial, helvetica, sans-serif">3rd party apt source</font></span></h2><p style="margin:0.5em 0px;line-height:22.3999996185303px;color:rgb(37,37,37)"><font face="arial, helvetica, sans-serif"><a href="http://michael.gorven.za.net/raspberrypi/xbmc">http://michael.gorven.za.net/raspberrypi/xbmc</a><br></font></p><pre style="color:black;border:1px solid rgb(221,221,221);padding:1em;line-height:1.3em;background-color:rgb(249,249,249)"><font face="arial, helvetica, sans-serif">   sudo echo "deb <a href="http://archive.mene.za.net/raspbian">http://archive.mene.za.net/raspbian</a> wheezy contrib" > /etc/apt/sources.list.d/mene.list
   sudo apt-key adv --keyserver <a href="http://keyserver.ubuntu.com">keyserver.ubuntu.com</a> --recv-key 5243CDED
   sudo apt-get update
   sudo apt-get install xbmc</font></pre><pre style="color:black;border:1px solid rgb(221,221,221);padding:1em;line-height:1.3em;background-color:rgb(249,249,249)"><span style="font-family:arial,helvetica,sans-serif;line-height:1.3em">If you read the reference web page it gets more complex but I'll deal withthat if this doesn't work..... if you all think this sounds like a good plan of action.</span></pre><pre style="color:black;border:1px solid rgb(221,221,221);padding:1em;line-height:1.3em;background-color:rgb(249,249,249)"><span style="font-family:arial,helvetica,sans-serif;line-height:normal;color:rgb(34,34,34);background-color:rgb(255,255,255)">:-)~MIKE~(-:</span></pre></div><div class="gmail_extra">
<br><div class="gmail_quote">On Sun, Mar 8, 2015 at 8:31 PM, Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> ~ $ more /etc/apt/sources.list<br>
deb <a href="http://mirrordirector.raspbian.org/raspbian/" target="_blank">http://mirrordirector.raspbian.org/raspbian/</a> wheezy main contrib non-free rp<br>
i<br>
# Uncomment line below then 'apt-get update' to enable 'apt-get source'<br>
#deb-src <a href="http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/" target="_blank">http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/</a> whe<br>
ezy main contrib non-free rpi<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 3/9/15, Mark Phillips <<a href="mailto:mark@phillipsmarketing.biz">mark@phillipsmarketing.biz</a>> wrote:<br>
> Michael,<br>
><br>
> What is in your sources.list? cat /etc/apt/sources.list<br>
><br>
> Mark<br>
><br>
> On Sun, Mar 8, 2015 at 3:44 PM, coverturtle <<a href="mailto:coverturtle@gmail.com">coverturtle@gmail.com</a>> wrote:<br>
><br>
>> Michael,<br>
>> About the SD card:<br>
>> The Raspberry is not the fastest processor but it's still a<br>
>> bunch faster than the SD card.  So it's best to get the<br>
>> fastest SD card you can afford, at least a 16GB card.<br>
>><br>
>> You may have an older version, but my raspberry mod 2<br>
>> had no trouble loading the raspberry version of debian that<br>
>> was available over a year ago.  It is running an 8GB<br>
>> SanDisk Ultra 30MB/s 6 HC I.  I loaded XBMC on it with<br>
>> no complaints.   Of course you probably have a newer<br>
>> version of the Pi and the software.<br>
>><br>
>> If I had to change anything, I would try to use the fastest<br>
>> SD Card I could afford, preferable the kind used in the<br>
>> new high-end cameras.  Also, the one with the most<br>
>> storage I could afford, but the priority is speed over<br>
>> storage size.<br>
>><br>
>> The other thing is that open source development can<br>
>> sometimes be frustrating (like I can't install batctl on<br>
>> my linux box right now) so just keep trying.  But just<br>
>> once or twice a day because you know the developers<br>
>> probably won't upload updates to the mirrors more<br>
>> than once a day.<br>
>><br>
>> And relax.<br>
>><br>
>> FWIW, that's all I have for you.<br>
>><br>
>> Good luck,<br>
>> Jon<br>
>><br>
>><br>
>><br>
>> On 03/08/2015 04:45 PM, Michael Havens wrote:<br>
>><br>
>>> hi guys, I got a problem. I ordered a Raspberry PI to run XBMC (aka<br>
>>> Kodi) on so I can return the NUC to my father. The PI installs an IS<br>
>>> called Raspian (a modified Debian). I am now having problems<br>
>>> insralling XBMC (aka Kodi). Here is what happens:<br>
>>><br>
>>> I ran apt-get upgrade- no problem<br>
>>> ~ $ sudo apt-get install xbmc<br>
>>> Reading package lists... Done<br>
>>> Building dependency tree<br>
>>> Reading state information... Done<br>
>>> Some packages could not be installed. This may mean that you have<br>
>>> requested an impossible situation or if you are using the unstable<br>
>>> distribution that some required packages have not yet been created<br>
>>> or been moved out of Incoming.<br>
>>> The following information may help to resolve the situation:<br>
>>><br>
>>> The following packages have unmet dependencies:<br>
>>>   xbmc : Depends: xbmc-bin (>= 2:11.0~git20120510.82388d5-1) but it is<br>
>>> not installable<br>
>>>          Depends: xbmc-bin (< 2:11.0~git20120510.82388d5-1.1~) but it<br>
>>> is not installable<br>
>>> E: Unable to correct problems, you have held broken packages.<br>
>>><br>
>>>   ~ $ sudo apt-get install xbmc-bin<br>
>>> Reading package lists... Done<br>
>>> Building dependency tree<br>
>>> Reading state information... Done<br>
>>> Package xbmc-bin is not available, but is referred to by another<br>
>>> package.<br>
>>> This may mean that the package is missing, has been obsoleted, or<br>
>>> is only available from another source<br>
>>><br>
>>> E: Package 'xbmc-bin' has no installation candidate<br>
>>><br>
>>> So what do I need to do? Whenever I install xbmc from a n ubuntu based<br>
>>> os it installs with no problem. Every other time I installed it onto a<br>
>>> debian based os it installed with no problems.<br>
>>> Another thing, I am also supposed to add a repository but this is the<br>
>>> result:<br>
>>><br>
>>>   ~ $ sudo add-apt-repository ppa:team-xbmc/ppa<br>
>>> sudo: add-apt-repository: command not found<br>
>>>   ~ $ sudo apt-add-repository ppa:team-xbmc/ppa<br>
>>> sudo: apt-add-repository: command not found<br>
>>><br>
>>> I believe I added the repository onto a debian based os before but if<br>
>>> it is not possible this is operator error.<br>
>>><br>
>><br>
>> ---------------------------------------------------<br>
>> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
>> To subscribe, unsubscribe, or to change your mail settings:<br>
>> <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
>><br>
><br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
:-)~MIKE~(-:<br>
</font></span></blockquote></div><br></div></div>