Hello,
Beta website
http://xbian.org/
lists package updates. How are they supposed to be updated? Fom within xbian-config via ssh? Or is it via the command...?
apt-get upgrade
Thanks!
If you are on 1.0 alpha 2 > you can upgrade the installed packages by executing:
Code:
sudo apt-get update && upgrade
To install additional packages like the 3.6.9 you have to execute a command like this:
Code:
sudo apt-get xbian-package-kernel.3.6.9
To see all available XBian packages execute:
Code:
sudo apt-cache search xbian
Hello,
I forgot to mention, my install is Xbian 1.0 Alpha 3. Should I follow the same steps you mentioned? The goal being having the lastest XBian distro 1.0a3 with the latest packages (and so with the latest XBMC release supported by XBian)
Thanks!
And one more easy question... Must updating be incremental? I mean xbian-config reports there is an update from Kernel 3.6.7 – 1.0 to 1.1 so should I update to Kernel 3.6.7 – 1.1 and afterwards to Kernel 3.6.9 – 1.0?
Finally, I don't understand Kernel 3.2.27 – 1.2? Isn't the numbering prior to Kernerl 3.6.7? Are they different? So should it be updated too?
Thanks for helping out a Linux newcomer
To be precise:
1) Open xbian-config and go to 'Packages', then select the package you want to upgrade/install.
2) Manually:
Code:
sudo apt-get update && apt-get upgrade
*) The package is called xbian-package-kernel3.6.9 (so without the leading dot).
You can list available package by
Code:
sudo apt-cache search xbian
Hello,
Thanks for your support! So I did the updating and this is the outcome:
So Linux 3.6.9 and XBMC 12.0-RC1. Great!
One more question... xbian-config shows...
So should I install 3.2.7 packages? I understand I should not since they are previous releases. But just to be sure. What about networkfs or web packages?
Finally, how is it that Kernel 3.6.7 is displayed as installed when it was replaced/updated with 3.6.9?
Many questions, I just want to learn more and more about XBian!
You didn't remove an old package. Not implemented in xbian-config yet. The other packages get meaning when you need them
Code:
sudo apt-get autoremove
So just install the packages you 'understand'.
Thanks! Here' the output:
So not uninstalled... Not a big problem, I have a 2GB SD card but just for your info.
Regards
I was mistaken, you can't remove 3.6.7 because it's a dependency of the Alpha 3 update. You can remove it in Alpha 4.
Thanks, CurlyMo. One more question... I've just updated to brand new latest Kernel version 3.6.10 but don' really know how to handle this..
Quote:Removing xbian-package-kernel3.6.9 will also remove /boot/kernel.img so restore that file before rebooting!
After updating to 3.6.10 uname -a still outputs 3.6.9+
Not a big problem and maybe it'd be better to leave previous kernels installed, but just would like to learn more. Thanks for reading!