내 시스템은 Linux Mint 16 - 64비트이며 실행하면 sudo apt-get update
다음 오류로 끝납니다.
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.
을(를 ) 실행하려고 하면 sudo apt-get install apache2
다음 오류가 발생합니다.
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).
내가 실행하면 sudo apt-get -f install
다음이 제공됩니다.
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?
내 것은 sources.list
그래야 할 것과 같지 않은 것 같습니다.
#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
업데이트 및 설치를 수정하려면 어떻게 해야 합니까? 서버에 접속할 수 없어서 문제가 있는 것 같은데 archive.ubuntu.com/
, 그래도 우리가 할 수 있는 일이 없을까요?
답변1
표시된 바와 같이 Ubuntu Saucy Salamander(13.10)는 2014년 7월에 중단되었습니다.여기. 파일을 찾을 수 없기 때문에 오류가 발생합니다(출력 끝의 오류 404는 apt-get update
파일을 찾을 수 없음을 의미합니다).
저장소를 보면http://archive.ubuntu.com/ubuntu/dists/거기에 나열되어 있지 않다는 것을 알 수 있습니다 saucy
. 따라서 404 오류가 발생합니다.
답변2
아직도 Saucy를 사용하시는 이유가 있나요? 이 버전은 2014년 7월부터 지원이 종료되었습니다. 해당 버전의 패키지를 계속 설치하려면 resources.list에서 패키지 소스를 old-releases.ubuntu.com으로 지정해야 합니다.
하지만 나는강하게최신 버전의 Ubuntu로 업그레이드하는 것이 좋습니다. 현재 LTS 버전은 14.04 Trusty이고 현재 LTS가 아닌 버전은 15.10 Wily입니다.
다음은 EoL 배포판을 지원되는 최신 버전으로 업그레이드하는 방법에 대한 가이드입니다.https://help.ubuntu.com/community/EOLUpgrades/
답변3
정말로 이 작업을 수행하려면 다른 답변의 모든 경고에도 불구하고 루트 권한으로 /etc/apt/sources.list 및 /etc/apt/sources.list.d/의 모든 텍스트 파일을 열고 교체해 볼 수 있습니다. LANGUAGECODE.archive.ubuntu.com
로 언급될 때마다 old-releases.ubuntu.com
.
source.list에서 아무것도 찾을 수 없기 때문에 source.list.d에 뭔가가 있을 것으로 예상합니다. (저는 리눅스 민트를 사용하지 않아서 확인은 못하겠습니다.)