Dependencias no satisfechas: cómo solucionarlas

Dependencias no satisfechas: cómo solucionarlas

Tengo una instalación de Ubuntu 13.10 y debo haber eliminado algunos paquetes o repositorios, por lo que hay algunos paquetes que simplemente no quiero instalar. Es decir, eso es:

SKYPE sudo apt-get install skype-bin

The following packages have unmet dependencies:
 skype-bin:i386 : Depends: libqtgui4:i386 (>= 4:4.8.0) but it is not going to be installed
              Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed
              Depends: libx11-6:i386 but it is not going to be installed
              Depends: libxext6:i386 but it is not going to be installed
              Depends: libxss1:i386 but it is not going to be installed
              Depends: libxv1:i386 but it is not going to be installed
              Depends: libgl1-mesa-glx:i386 but it is not going to be installed
              Recommends: sni-qt:i386 but it is not going to be installed
              Recommends: libasound2-plugins:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Quenspluginwrapper

The following packages have unmet dependencies:
 nspluginwrapper : Depends: nspluginviewer (= 1.4.4-0ubuntu5)
E: Unable to correct problems, you have held broken packages.

Y aparecen muchos otros paquetes si intento instalar las dependencias mostradas. Supongo que eliminé un repositorio completo, pero ¿cómo puedo saber cuáles están predeterminados en la lista?

¡Gracias por delante!

EDITAR

aquíes una copia de/etc/apt/sources.list

Respuesta1

Intentar:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install

Esto intentará instalar (aún) dependencias no satisfechas.

Respuesta2

Intenta correr sudo apt-get updateprimero.

información relacionada