PHP 패키지 설치 오류

PHP 패키지 설치 오류

PHP를 설치하면 다음 오류가 발생합니다.

Package 'php5-gd' has no installation candidate  

추가 출력:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package php5-mysql is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'php5-mysql' has no installation candidate

이 문제를 어떻게 해결할 수 있나요?

답변1

해결책은 쉽습니다:

sudo apt-get install php-gd php-mysql

16.04 LTS는 이제 PHP 7.0과 함께 제공되며 가상 패키지를 포함한 전체 패키지의 이름이 지금 php-*또는 php7.0-*대신 php5-*.

관련 정보