How to update "package updates"?
|
17th Dec, 2012, 11:25 AM
Post: #1
|
|||
|
|||
How to update "package updates"?
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! |
|||
17th Dec, 2012, 05:09 PM
Post: #2
|
|||
|
|||
RE: How to update "package updates"?
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 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
17th Dec, 2012, 07:45 PM
Post: #3
|
|||
|
|||
RE: How to update "package updates"?
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 |
|||
17th Dec, 2012, 08:25 PM
Post: #4
|
|||
|
|||
RE: How to update "package updates"?
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 pilight - modular domotica solution
|
|||
17th Dec, 2012, 09:09 PM
Post: #5
|
|||
|
|||
RE: How to update "package updates"?
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! |
|||
17th Dec, 2012, 09:14 PM
Post: #6
|
|||
|
|||
RE: How to update "package updates"?
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'. pilight - modular domotica solution
|
|||
17th Dec, 2012, 09:28 PM
Post: #7
|
|||
|
|||
RE: How to update "package updates"? | |||
17th Dec, 2012, 09:32 PM
Post: #8
|
|||
|
|||
RE: How to update "package updates"?
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.
pilight - modular domotica solution
|
|||
18th Dec, 2012, 08:47 PM
Post: #9
|
|||
|
|||
RE: How to update "package updates"?
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! |
|||
18th Dec, 2012, 08:50 PM
Post: #10
|
|||
|
|||
RE: How to update "package updates"?
Reboot
pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|