[vultr] php 특정버전 설치

florentyoon·2022년 1월 10일
0

CentOS

목록 보기
8/9

1. 모듈 확인

$ dnf module list php

2. 특정버전 활성화

$ dnf module enable php:7.3

3. 기존버전 리셋

$ dnf module reset php -y

4. 다시 활성화

$ dnf module enable php:7.3 -y

5. php 설치

$ dnf install nginx php php-cli php-fpm php-json php-intl php-mbstring php-pdo php-xml php-gd php-mysqlnd php-zip php-pear php-gmp


끝.

출처 : ph7.3설치

profile
florentyoon의 IT 세상

0개의 댓글