LinuxMCE Forums

General => Developers => Topic started by: phenigma on September 10, 2013, 08:41:28 pm

Title: Latest 1204 repository update - Update 28039
Post by: phenigma on September 10, 2013, 08:41:28 pm
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:

Code: [Select]
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
Title: Re: Latest 1204 repository update - Update 28039
Post by: cfernandes on June 09, 2015, 03:22:51 pm
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)
Title: Re: Latest 1204 repository update - Update 28039
Post by: Marie.O on June 09, 2015, 06:39:28 pm
Code: [Select]
dpkg -r --force-all lmce-skins-basic
apt-get install -f

should fix this.
Title: Re: Latest 1204 repository update - Update 28039
Post by: Marie.O on June 09, 2015, 06:41:08 pm
You might need an
Code: [Select]
apt-get install lmce-skins-basic

in case apt-get -f install doesn't install it.
Title: Re: Latest 1204 repository update - Update 28039
Post by: phenigma on June 09, 2015, 07:22:38 pm
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.
Title: Re: Latest 1204 repository update - Update 28039
Post by: cfernandes on June 10, 2015, 12:19:10 pm
the pakage  is  pluto-skins-basic
Title: Re: Latest 1204 repository update - Update 28039
Post by: Marie.O on June 10, 2015, 01:54:11 pm
sorry. Please dpkg -r --force-all pluto-skins-basic and install the other.
Title: Re: Latest 1204 repository update - Update 28039
Post by: cfernandes on June 10, 2015, 02:43:07 pm
ok is working now !

thank you
Title: Re: Latest 1204 repository update - Update 28039
Post by: Marie.O on June 10, 2015, 03:07:18 pm
great!