#CentoOS7 php7.3 EPEL
Explore tagged Tumblr posts
awazajp · 4 years ago
Text
CentoOS7にphp7.3をインストールする
EPELリポジトリを追加します # yum install epel-release # yum update Remiリポジトリを追加します # yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm # yum update php7.3をインストールする yum -y install --enablerepo=epel,remi,remi-php73 php php-devel php-mbstring php-pdo php-gd php-xml php-mcrypt
Tumblr media
View On WordPress
0 notes