Ubuntu14.04 apache2/php 설치 실패

Ubuntu14.04 apache2/php 설치 실패

ubuntu14.04에 Apache와 PHP를 설치하려고합니다.

$ sudo apt-get install apache2 php5

벨로우즈 같은 오류가 있습니다. 누군가 그것을 고치는 방법을 알고 있습니까? 미리 감사드립니다.

Err http://security.ubuntu.com/ubuntu/ utopic-security/main apache2 amd64 2.4.10-1ubuntu1.1 404  Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-bin_2.4.10-1ubuntu1.1_amd64.deb  404  Not Found [IP: 91.189.91.13 80]

답변1

벨로우 라인을 제거하여 문제를 해결했습니다./etc/apt/sources.list

deb http://security.ubuntu.com/ubuntu utopic-security main

관련 정보