> Gracias Antonio, he probado a hacer lo que dices pero no ha habido > suerte, sigo teniendo el mismo problema. ¿Tengo bien puestos los > repostorios en el sources.list? no lo se porque no los envias, estos son los mios
cat /etc/apt/apt.conf APT::Default-Release "testing"; APT::Cache-Limit 10000000; Apt::Get::Purge; cat /etc/apt/sources.list deb file:/var/cache/apt-build/repository apt-build main # Testing deb http://ftp.de.debian.org/pub/debian testing main contrib non-free deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free # Sources #deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free #deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free # Unstable deb http://ftp.de.debian.org/debian unstable main contrib non-free deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free # Sources #deb-src http://ftp.de.debian.org/debian unstable main contrib non-free #deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free # Open media system (livid) #deb http://www.linuxvideo.org/oms/data/debian/ ./ #deb http://marillat.free.fr/ testing main #deb http://marillat.free.fr/ unstable main deb ftp://ftp.nerim.net/debian-marillat/ testing main deb ftp://ftp.nerim.net/debian-marillat/ unstable main deb-src http://perso.wanadoo.fr/debian/ unstable main deb http://xawdecode.sourceforge.net/debian/ binary/ deb-src http://xawdecode.sourceforge.net/debian/ source/ > Gracias. --