As many of you are aware 1204 is in a state that it can be installed and tested. Expect things to break! Like today. ;D
Some package changes were recently made that will break a regular apt-get update/dist-upgrade and leave you chasing your tail. To get past Update 28039 you will need to do the following:
apt-get update
dpkg --purge --force-depends mce-diskless-tools
apt-get -f install
apt-get dist-upgrade
This will bring you past the update and allow you to continue testing and providing feedback!
Jason
hi i have some erros on apt-get dist-upgrade
After this operation, 121 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
lmce-skins-basic lmce-core lmce-nbd-client-wrapper pluto-xine-player
linux-generic-pae linux-image-generic-pae linux-headers-3.2.0-84
linux-headers-3.2.0-84-generic-pae linux-headers-generic-pae
lmce-skins-bluecrystal lmce-skins-slate lmce-skins-titanium lmce-skins-uita
Authentication warning overridden.
(Reading database ... 312132 files and directories currently installed.)
Unpacking lmce-skins-basic (from .../lmce-skins-basic_2.0.0.47.9~lmce3_all.deb) ...
dpkg: error processing /var/cache/apt/archives/lmce-skins-basic_2.0.0.47.9~lmce3_all.deb (--unpack):
trying to overwrite '/usr/pluto/orbiter/skins/Basic/mobile/icons/media/home video.png', which is also in package pluto-skins-basic 2.0.0.46.15042530622
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/lmce-skins-basic_2.0.0.47.9~lmce3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
dpkg -r --force-all lmce-skins-basic
apt-get install -f
should fix this.
You might need an
apt-get install lmce-skins-basic
in case apt-get -f install doesn't install it.
Sorry about this, I'm trying to determine why the package 'replaces' and 'conflicts' data is not causing apt to remove the old package automatically. :(
J.
the pakage is pluto-skins-basic
sorry. Please dpkg -r --force-all pluto-skins-basic and install the other.
ok is working now !
thank you
great!