Forum
[SOLVED] The following packages have been kept back - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Installation (/forum-16.html)
+--- Thread: [SOLVED] The following packages have been kept back (/thread-1925.html)



The following packages have been kept back - algzed - 23rd Dec, 2013 12:46 AM

Software
XBian version: 1.0Beta1.2
XBMC version: XBMC 12.2 Git:20130502-32b1a5e (Compiles:May 28 2013 )
Overclock settings: Default

Hardware
Power supply rating:
RPi model B 512mb
SD card size 4Gb make Lexar SDHC Class 4
Network LAN
Connected devices TV

Problem description:
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
xbian-package-config-shell xbian-package-config-xbmc
xbian-package-initramfs-tools xbian-package-kernel xbian-package-usbmount
xbian-package-xbmc xbian-package-zram-swap xbian-update
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

Any work around this. Pi is working fine but would like to solve this.
Raspberry Pi is working 24/7 for over 6 months ( For those who say Xbian not Stable )
My Micro site on Raspberry Pi
I also have installed the followinf software
Apache2 Web Server
Mysql Server
PPTP VPN Server
ProFTP
Perl Modules

Thanks in advance for any help.


RE: The following packages have been kept back - IriDium - 23rd Dec, 2013 12:53 AM

If your trying to upgrade to Beta 2, I'd check your sources file is correct.
It should read
Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rp
i
deb http://xbian.brantje.com stable main
This seems to be an "old" error:

The following packages have been kept back:
xbian-package-firmware xbian-package-initramfs-tools xbian-package-kernel
xbian-package-splash xbian-package-xbmc xbian-update

The solution being:
Terminal
apt-get install xbian-package-firmware xbian-package-initramfs-tools xbian-package-kernel xbian-package-splash xbian-package-xbmc xbian-update

So try installing those packages that had been kept back - Xbian-update must be the last package.

If you change sources.list - do
apt-get clean first, then update, then upgrade.


RE: The following packages have been kept back - algzed - 23rd Dec, 2013 01:11 AM

(23rd Dec, 2013 12:53 AM)IriDium Wrote:  If your trying to upgrade to Beta 2, I'd check your sources file is correct.
It should read
Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rp
i
deb http://xbian.brantje.com stable main
This seems to be an "old" error:

The following packages have been kept back:
xbian-package-firmware xbian-package-initramfs-tools xbian-package-kernel
xbian-package-splash xbian-package-xbmc xbian-update

The solution being:
Terminal
apt-get install xbian-package-firmware xbian-package-initramfs-tools xbian-package-kernel xbian-package-splash xbian-package-xbmc xbian-update

So try installing those packages that had been kept back - Xbian-update must be the last package.

If you change sources.list - do
apt-get clean first, then update, then upgrade.

I'm overwelmed for you quick answer Thank you very much.

All packages are updating now will let you know when all finishes

All finished now and solved
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Many Thanks for your help.

It looks like ther is a Beta 2 version but i prefer to wait for the normal upgrades , am i correct ?