] ubunto에서 php7.0설치 안 될때
본문 바로가기

카테고리 없음

ubunto에서 php7.0설치 안 될때

Package php5 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 라는 오류가 뜬다?


sudo aptitude purge `dpkg -l | grep php| awk '{print $2}' |tr "\n" " "`
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0

위와같이 입력하면 된다.