Update from Live CD 10 ?
#1
Question 
Hi.

I know this might be a newbie question, but is there any way to update from the live cd 10.0 I installed on my Hard disk to 10.1 without reinstalling everything ?

Did drivers and other stuff changed on the cd too ?
Reply
#2
Wait for a few days for the packages to get set up. I've heard that it's not available yet. When it is available, you will hit ctrl-alt-F2, login as xbmc then type
Code:
apt-get update && apt-get upgrade
Then hit 'y' and enter.
Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
Reply
#3
I'll just wait...
Reply
#4
I thought you did not want to use apt-get upgrade... as this can break other pieces of XBMC Live. I thought you should only do the "update". I may be wrong.
Reply
#5
The post on the homepage mentions:

Quote:Updating

Windows and OSX users should download and install as usual, all user data will be kept intact.

Ubuntu and XBMC Live users can use ‘apt-get update && apt-get install xbmc’ to update.

I had to add sudo to run it. Worked fine here.
Reply
#6
I tried it and it works.

Haven't had the time to check much though...
Reply
#7
Question 
Hi!

For me this doesn't work. I have XBMCLive 10 installed on HDD on my ION 330 HT and when trying to update using "sudo apt-get update && apt-get install xbmc" I got the error:
"Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?"

Any suggestions?

Regards,
Sasa
Reply
#8
Type the commands separately:

Code:
sudo apt-get update
sudo apt-get install xbmc

You should enter the password when prompted of course

@Moofo:

Quote:Ubuntu and XBMC Live users can use ‘apt-get update && apt-get install xbmc’ to update.

http://xbmc.org/theuni/2011/03/10/bug-fi.../#comments
Vero 4k+ | OSMC Kodi 19.1
Sony KD-65A1
Reply
#9
Yes of course, I do enter the password. But still it puzzles me why it is denying the credentials :confused2:

Now I got it:

Quote:n00bs (like me) using live need to write “sudo apt-get update && sudo apt-get install xbmc” to get the update :-)


The second sudo was missing in my statement.
Reply

Logout Mark Read Team Forum Stats Members Help
Update from Live CD 10 ?0