우분투 PHP 버전 변경

Kyoungseo Park·2022년 2월 14일
0

우분투세팅

목록 보기
10/11
sudo add-apt-repository -y ppa:ondrej/php
sudo apt update
sudo apt install php5.6
sudo apt install php7.0
sudo apt install php7.1
sudo apt install php7.2
sudo apt install php7.3
sudo apt install php7.4
sudo apt install php8.0
sudo apt install php8.1
sudo update-alternatives --set php /usr/bin/php8.1
sudo update-alternatives --config php

php extensin 설치

# 설치할 PHP 버전 
INSTALL_PHP_VERSION=php7.4

# 설치 스크립트 
sudo apt install $INSTALL_PHP_VERSION-bcmath $INSTALL_PHP_VERSION-bz2 $INSTALL_PHP_VERSION-cli $INSTALL_PHP_VERSION-common $INSTALL_PHP_VERSION-curl $INSTALL_PHP_VERSION-dev $INSTALL_PHP_VERSION-gd $INSTALL_PHP_VERSION-igbinary $INSTALL_PHP_VERSION-imagick $INSTALL_PHP_VERSION-imap $INSTALL_PHP_VERSION-json $INSTALL_PHP_VERSION-mbstring $INSTALL_PHP_VERSION-memcached $INSTALL_PHP_VERSION-msgpack $INSTALL_PHP_VERSION-mysql $INSTALL_PHP_VERSION-opcache $INSTALL_PHP_VERSION-pgsql $INSTALL_PHP_VERSION-readline $INSTALL_PHP_VERSION-redis $INSTALL_PHP_VERSION-ssh2 $INSTALL_PHP_VERSION-tidy $INSTALL_PHP_VERSION-xml $INSTALL_PHP_VERSION-xmlrpc $INSTALL_PHP_VERSION-zip -y

커뮤니티 소개

모던 PHP 유저 그룹

PHP 개발자 커뮤니티 중 모던 PHP 유저 그룹 이 있다.
매달 첫번째 수요일 정기 모임에서 여러 기술 발표가 진행된다.

현재 코로나 19로 인해 비대면으로 진행되는 만큼 부담이 없고,
누구나 참여 가능하니 PHP 기술 발표를 듣는 것은 성장에 큰 도움이 되니 참고하면 좋다.

Facebook

Facebook : https://www.facebook.com/groups/655071604594451/

Discord

Discord : https://discord.com/invite/9BuTr5K63g

Web

Web : https://modernpug.org/

Youtube

Youtube : https://www.youtube.com/channel/UCYyHPSMNxfoRxHuqx7QeLJg

0개의 댓글