No se pudo actualizar ni instalar usando apt-get

No se pudo actualizar ni instalar usando apt-get

Mi sistema es Linux Mint de 16 a 64 bits cuando lo ejecuto sudo apt-get update, termina con los siguientes errores:

 Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-updates/restricted/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-updates/universe/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-updates/multiverse/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

Cuando intento ejecutar sudo apt-get install apache2, me da el siguiente error:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 apache2 : Depends: apache2-bin (= 2.4.6-2ubuntu2.2) but it is not going to be installed
           Depends: apache2-data (= 2.4.6-2ubuntu2.2) but it is not going to be installed
 bluez-cups : Depends: cups
 language-pack-en-base : Depends: locales (>= 2.3.6) but it is not going to be installed
 language-pack-gnome-en-base : Depends: locales (>= 2.3.6) but it is not going to be installed
 lsb-cxx : Depends: lsb-core (>= 4.1+Debian11ubuntu4)
 lsb-graphics : Depends: lsb-core (>= 4.1+Debian11ubuntu4)
 lsb-languages : Depends: lsb-core (>= 4.1+Debian11ubuntu4)
 lsb-multimedia : Depends: lsb-core (>= 4.1+Debian11ubuntu4)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Cuando lo ejecuto sudo apt-get -f installme da:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  alien at debugedit gcc-4.8-base:i386 lib32z1 libc6-i386 libgdict-1.0-6
  libgdict-common libgsoap3 libjpeg62 librpmbuild3 librpmsign1 libvncserver0
  lsb-security ncurses-term pax rpm
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  evince evince-common libevdocument3-4 libevview3-3
Suggested packages:
  nautilus apparmor
The following packages will be REMOVED:
  bluez-cups language-pack-en language-pack-en-base language-pack-gnome-en
  language-pack-gnome-en-base lsb-cxx lsb-desktop lsb-graphics lsb-languages
  lsb-multimedia
The following packages will be upgraded:
  evince evince-common libevdocument3-4 libevview3-3
4 upgraded, 0 newly installed, 10 to remove and 14 not upgraded.
4 not fully installed or removed.
Need to get 904 kB of archives.
After this operation, 17.3 MB disk space will be freed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  evince libevdocument3-4 libevview3-3 evince-common
Install these packages without verification [y/N]? y
Err http://archive.ubuntu.com/ubuntu/ saucy/main evince amd64 3.10.0-0ubuntu2
  404  Not Found
Err http://archive.ubuntu.com/ubuntu/ saucy/main libevdocument3-4 amd64 3.10.0-0ubuntu2
  404  Not Found
Err http://archive.ubuntu.com/ubuntu/ saucy/main libevview3-3 amd64 3.10.0-0ubuntu2
  404  Not Found
Err http://archive.ubuntu.com/ubuntu/ saucy/main evince-common all 3.10.0-0ubuntu2
  404  Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/e/evince/evince_3.10.0-0ubuntu2_amd64.deb  404  Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/e/evince/libevdocument3-4_3.10.0-0ubuntu2_amd64.deb  404  Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/e/evince/libevview3-3_3.10.0-0ubuntu2_amd64.deb  404  Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/e/evince/evince-common_3.10.0-0ubuntu2_all.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Mi sources.listno parece ser lo que debería ser:

#deb cdrom:[Linux Mint 16 _petra_ - Release amd64 20131126]/ saucy contrib main non-free
deb http://deb.torproject.org/torproject.org saucy main
deb http://download.virtualbox.org/virtualbox/debian vivid contrib

¿Cómo corrijo mis actualizaciones e instalaciones? Supongo que surge algún problema por no poder llegar al archive.ubuntu.com/servidor, pero a pesar de ese caso, ¿podemos hacer algo?

Respuesta1

Ubuntu Saucy Salamander (13.10) finalizó su vida útil en julio de 2014 como se muestraaquí. Recibe el error porque no se pueden encontrar los archivos (el error 404 al final de la apt-get updatesalida significa que el archivo no se encontró).

Si miras el repositorio enhttp://archive.ubuntu.com/ubuntu/dists/Notarás que saucyno aparece allí, de ahí el error 404.

Respuesta2

¿Hay alguna razón por la que sigues usando Saucy? Esta versión finalizó su vida útil desde julio de 2014. Si aún desea instalar paquetes de esa versión, debe señalar las fuentes de su paquete a old-releases.ubuntu.com en sources.list.

Sin embargo, yofuertementeRecomendamos actualizar a una versión actualizada de Ubuntu. La versión LTS actual es 14.04 Trusty, la versión actual que no es LTS es 15.10 Wily.

Aquí hay una guía sobre cómo actualizar su distribución EoL a una versión actual y compatible.https://help.ubuntu.com/community/EOLUpgrades/

Respuesta3

Si realmente desea hacer esto a pesar de todas las advertencias en las otras respuestas, puede intentar abrir /etc/apt/sources.list y todos los archivos de texto en /etc/apt/sources.list.d/ con derechos de root y reemplazarlos. cada mención de LANGUAGECODE.archive.ubuntu.comcon old-releases.ubuntu.com.

Como no puede encontrar nada en fuentes.list, debería haber algo en fuentes.list.d, espero. (No uso Linux Mint, por lo que no puedo confirmarlo).

información relacionada