우분투 apt-get 설치 중 404 Not Found

Jmnote (토론 | 기여)님의 2015년 9월 21일 (월) 01:02 판 (새 문서: ;우분투 apt-get 설치 중 404 Not Found ==문제상황== <source lang='cli'> root@zetawiki:~# apt-get install php5-cli Reading package lists... Done Building dependency tree...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
우분투 apt-get 설치 중 404 Not Found

1 문제상황

root@zetawiki:~# apt-get install php5-cli
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  php5-common php5-json php5-readline
Suggested packages:
  php-pear php5-user-cache
The following NEW packages will be installed:
  php5-cli php5-common php5-json php5-readline
0 upgraded, 4 newly installed, 0 to remove and 84 not upgraded.
Need to get 2,618 kB/2,652 kB of archives.
After this operation, 10.5 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main php5-common amd64 5.5.9+dfsg-1ubuntu4.9
  404  Not Found [IP: 91.189.91.13 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main php5-common amd64 5.5.9+dfsg-1ubuntu4.9
  404  Not Found [IP: 91.189.92.200 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main php5-cli amd64 5.5.9+dfsg-1ubuntu4.9
  404  Not Found [IP: 91.189.92.200 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main php5-readline amd64 5.5.9+dfsg-1ubuntu4.9
  404  Not Found [IP: 91.189.92.200 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/php5-common_5.5.9+dfsg-1ubuntu4.9_amd64.deb  404  Not Found [IP: 91.189.92.200 80]

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/php5-cli_5.5.9+dfsg-1ubuntu4.9_amd64.deb  404  Not Found [IP: 91.189.92.200 80]

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/php5-readline_5.5.9+dfsg-1ubuntu4.9_amd64.deb  404  Not Found [IP: 91.189.92.200 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

2 같이 보기

3 참고 자료