Answers for "sudo apt install php7.4-fpm"

5

install php 8 ubuntu

sudo apt install php8.0-cli php8.0-common php8.0-imap php8.0-redis php8.0-snmp php8.0-xml
Posted by: Guest on December-09-2020
0

sudo apt-get install php7.0-gd

#check php verison first using:

$php -v

#It will give version number suppose your version is 7.0.1 then use this command to install GD Library

$sudo yum install php70-gd

#OR use this command depending upon server specification

$sudo apt-get install php7.0-gd
Posted by: Guest on August-04-2021
2

install php 8 ubuntu

sudo apt update
sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y
sudo add-apt-repository ppa:ondrej/php
Posted by: Guest on December-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language