![PHPmyadmin 설치 문제](https://linux55.com/image/74154/PHPmyadmin%20%EC%84%A4%EC%B9%98%20%EB%AC%B8%EC%A0%9C.png)
Ubuntu 10.04에서 phpmyadmin을 설치할 수 없습니다.
The following packages have unmet dependencies:
phpmyadmin: Depends: php5-mcrypt but it is not going to be installed
E: Broken packages
답변1
종속성을 충족하기 위해 설치합니다 php5-mcrypt
.
apt-get install phpmyadmin php5-mcrypt