apt-get을 통해 PHP 7을 설치하는 방법은 무엇입니까?
/etc/apt/sources.list
deb http://packages.dotdeb.org jessie all
deb-src http://packages.dotdeb.org jessie all
명령줄
wget https://www.dotdeb.org/dotdeb.gpg
apt-key add dotdeb.gpg
apt-get install php7
설치하다
# apt-get install php7
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php7
답변1
php7
Debian Jessie 저장소에서는 사용할 수 없습니다. php7
아직 안정적이라고 생각되지 않기 때문일 수 있습니다 . php7
저장소에서 Debian Sid(불안정)를 설치 해야 합니다 .
여전히 Debian Jessie를 원한다면 설치할 php
수 있습니다.php5
apt-get install php5
Debian Sid가 있으면 php7
설치할 수 있습니다.apt-get install php7.0
만약 너라면진짜php7
소스에서 컴파일할 수 있는 Debian Jessie가 필요합니다 .