레포지토리 추가
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
(레포 추가 후 PUB KEY 에러 : https://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey)
php5.6
기본패키지
$ sudo apt-get install php5.6 php5.6-common php5.6-mysql
추가패키지
$ sudo apt-get install php5.6-curl php5.6-xml php5.6-zip php5.6-gd php5.6-mbstring php5.6-mcrypt
php7.1
기본 패키지
$ sudo apt-get install php7.1 php7.1-common php7.1-mysql
추가 패키지
$ sudo apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mbstring php7.1-mcrypt
'Linux' 카테고리의 다른 글
VMware Fusion 리눅스 폴더 공유 안 될 때 (0) | 2020.03.05 |
---|---|
sources.list 카카오 (kakao) (0) | 2018.09.10 |
리눅스 x64에서 x86 바이너리 실행 (0) | 2017.02.15 |
해시 크랙(?) (0) | 2017.02.13 |
우분투 부팅시 명령어 자동실행 (0) | 2016.12.11 |