Meu sistema é o linux mint 16 - 64 bit
quando eu executo sudo apt-get update
, ele termina com os seguintes erros:
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.
Quando tento executar sudo apt-get install apache2
, ocorre o seguinte erro:
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).
Quando executo o sudo apt-get -f install
, ele fornece:
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?
Meu sources.list
não parece ser o que deveria 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
Como corrijo minhas atualizações e instalações? Eu suponho que algum problema surge devido à falha em alcançar o servidor archive.ubuntu.com/
, mas apesar desse caso, podemos fazer alguma coisa?