Kodi Community Forum

Full Version: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, can we jaunty users install the latest svn version, even though it says it has a dependency missing?
milenko79 Wrote:So, can we jaunty users install the latest svn version, even though it says it has a dependency missing?

Which is the missing dependency ?
wattazoum Wrote:Which is the missing dependency ?

Launchpad says: https://edge.launchpad.net/~team-xbmc-sv...ld/1456127

Maybe i'm not reading it correctly and it doens't matter, but that's why i'm asking Smile
Ah, this issue happens on lpia arch. You might not need to care about it (if you don't use this arch).
Haohmaru Wrote:Thats what I get after those two commands:confused2:

xbmc@XBMCLive:~$ sudo apt-get update
snip....snip....
Reading package lists... Done
xbmc@XBMCLive:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Its still the original live 9.11 build from dec 24
Can you give me some advice ?

This is how i did it

change to the following in the /etc/apt/sources.list.d/xbmc.org.list

Code:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main


with command:
Code:
sudo pico /etc/apt/sources.list.d/xbmc.org.list

get the key for svn
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 64234534

update to latest xbmc
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc  
sudo reboot

this is from the guide "How to Install XBMC-Live to My HTPC and Update to Bleeding EDGE" from newb2linux
Meteorite Wrote:This is how i did it

change to the following in the /etc/apt/sources.list.d/xbmc.org.list

Code:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main


with command:
Code:
sudo pico /etc/apt/sources.list.d/xbmc.org.list

get the key for svn
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 64234534

update to latest xbmc
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc  
sudo reboot

this is from the guide "How to Install XBMC-Live to My HTPC and Update to Bleeding EDGE" from newb2linux

thx that worked like a charm
Big Grin
my only problem was that I had edited the /etc/apt/sources.list and not the one you wrote
Are these are the keys I need to get the unified front-end, or would I need different keys?

Code:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
Anyone having problems accessing SMB shares on 27017? As of this version, I am getting the Error 2: Share not available error when I try to browse for my shares or when I try to Add a Network Location. The only thing that has changed is I updated to the latest SVN available and now all hell has broken loose.
Installed latest SVN-build and now It won't automount my usb-hd anymore. Any ideas of what changed?
tigertailz Wrote:Installed latest SVN-build and now It won't automount my usb-hd anymore. Any ideas of what changed?
I have the same problem, shutdown, restart etc. doesn't work either. So I have to stay at 9.11.
nugentgl Wrote:Anyone having problems accessing SMB shares on 27017? As of this version, I am getting the Error 2: Share not available error when I try to browse for my shares or when I try to Add a Network Location. The only thing that has changed is I updated to the latest SVN available and now all hell has broken loose.
I'm not sure what the error code is, but I noticed this in the log. It's weird b/c the remote PC is on (I'm on it now) and I can play movies from that directory on the XBMC box so I don't know why it can't find it.


10:40:21 T:70130544 M:890925056 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://media%2dserver/media/Movies'
unix_err:'6e' error : 'Connection timed out'
10:40:21 T:70130544 M:890925056 ERROR: GetDirectory - Error getting smb://media-server/media/Movies/
10:40:23 T:70130544 M:890925056 NOTICE: My Videos: Scanning for video info using worker thread, operation took 00:11
10:40:23 T:3078633360 M:890925056 WARNING: GetLabel - Unknown nodetype requested 12
10:41:53 T:3078633360 M:891465728 NOTICE: Samba is idle. Closing the remaining connections
wattazoum:

Is there anything special I need to do to update XBMCLive 9.11 (on a 4gb Stick)? I added the repo's, apt found an updated version of xbmc and says it completed, but on reboot XBMC states that it is still the stable (Dec. 24th compiled) version.

I have another PC and XBMC updated without a hitch... did I miss a step?

***EDIT*** I was attempting to upgrade the "xbmc"package instead of "xbmc-live". I corrected my mistake and I am happily on 27017.

Thanks!!!!!!!!!!!!!
Hi all,nice to meet u and I am new here.
This is the frist time to join in here and I will briefy introduce mysely to u.
I like reading and listening to music and sometimes I will go to hike.And i would like to search on internet to find some interesting/ueful things.
So what’s u guys doing?I share things with you and hope u can find more things that you like.
china wholesale
-----
Girish
-----
The link on the first page, is official ppa (as it says now) the same as "current stable", and therefore currently 9.11? (I installed that one from disc myself).
Meteorite Wrote:This is how i did it

change to the following in the /etc/apt/sources.list.d/xbmc.org.list

Code:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main


with command:
Code:
sudo pico /etc/apt/sources.list.d/xbmc.org.list

get the key for svn
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 64234534

update to latest xbmc
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc  
sudo reboot

this is from the guide "How to Install XBMC-Live to My HTPC and Update to Bleeding EDGE" from newb2linux

I did all of this exaclty and I get:

Code:
kevin@XBMCLive:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  xbmc-bin xbmc-data xbmc-live xbmc-skin-confluence xbmc-standalone
  xbmc-web-pm3
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.

I've also tried sudo apt-get dist-upgrade and get the exact same response. How can I get it to upgrade to the latest svn?