How to update gstreamer0.10-plugins-bad in LMDE RC 201108

In maintenance

After the installation of LMDE RC 201108 there was only one package that gave me an error when updating it: gstreamer0.10-plugins-bad.

Luckily the solution for this problem is very simple and quite fast. We open a terminal and log in as root or we use sudo, As is the case LMDE, with the following command.

$ sudo dpkg -i --force-overwrite /var/cache/apt/archives/gstreamer0.10-plugins-bad_0.10.22-3_i386.deb

And we should get something like this:

(Reading database ... 158926 files and directories currently installed.) Preparing to replace gstreamer0.10-plugins-bad 0.10.22-2 (using ... / gstreamer0.10-plugins-bad_0.10.22-3_i386.deb). .. Unpacking replacement gstreamer0.10-plugins-bad ... dpkg: warning: overriding problem because --force enabled: trying to overwrite '/usr/lib/gstreamer-0.10/libgstxvid.so', which is also in package gstreamer0.10 .0.10.22-plugins-really-bad 0.1-0.10 Setting up gstreamer0.10.22-plugins-bad (3-2.0) ... Processing triggers for libglib0-XNUMX ...

Ready. We have gstreamer installed and updated 😀


5 comments, leave yours

Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Dario Freijé said

    Thanks a lot! It worked out of 10.
    I was stuck in that package when I wanted to update and did not continue with the other 418 updates.

    1.    elav <° Linux said

      I'm glad it served you 😀

  2.   blindness said

    Well, this appears to me….

    (Leyendo la base de datos ... 152219 ficheros o directorios instalados actualmente.)
    Preparando para reemplazar gstreamer0.10-plugins-bad 0.10.22-2 (usando .../gstreamer0.10-plugins-bad_0.10.22-3_i386.deb) ...
    Desempaquetando el reemplazo de gstreamer0.10-plugins-bad ...
    dpkg-deb (subproceso): datos: error interno de lectura de gzip `: data error'
    dpkg-deb: error: el subproceso devolvió el código de salida de error 2
    dpkg: error al procesar /var/cache/apt/archives/gstreamer0.10-plugins-bad_0.10.22-3_i386.deb (--install):
    el subproceso dpkg-deb --fsys-tarfile devolvió el código de salida de error 2
    Procesando disparadores para libglib2.0-0 ...
    Se encontraron errores al procesar:
    /var/cache/apt/archives/gstreamer0.10-plugins-bad_0.10.22-3_i386.deb
    portatil@portatil ~ $

    Can i do something to correct it?
    Thanks for your blog. I hope to learn a lot from you !!

  3.   Jacks said

    I installed lmde 201109 and when I did the first update I got an error for broken packages so I updated from terminal with sudo apt-get update and sudo apt-get dist-upgrade and everything went perfectly in the end I used sudo apt-get - f install after a few days I had problems (that was my fault) and I was forced to reinstall when I tried to do the update again I got an error with gstreamer and tried to fix it in many ways and I could not use sudo dpkg -i –force -overwrite and even so I did not leave, already desperate I did something very silly but it worked! Update unchecking gstreamer at the end install the gstreamer and no longer mark error even so from terminal use sudo pat-get -f install, I hope that helps

  4.   OlimasterX said

    Thank you so much!!