“Instale o php 7.3 ubuntu” Respostas de código

Instale o php 7.3 ubuntu

sudo apt install php7.3-cli php7.3-fpm php7.3-json php7.3-pdo php7.3-mysql php7.3-zip php7.3-gd  php7.3-mbstring php7.3-curl php7.3-xml php7.3-bcmath php7.3-json
Foolish Fowl

Instale o php 7.4 ubuntu

sudo apt update
sudo apt install php php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd  php-mbstring php-curl php-xml php-pear php-bcmath
Lebohang Mokoena

Instale o Php 7.1 no Ubuntu 18.04

sudo apt install php7.1 php7.1-common php7.1-opcache php7.1-mcrypt php7.1-cli php7.1-gd php7.1-curl php7.1-mysql
Itchy Impala

Instale o php 7.3 ubuntu

sudo add-apt-repository ppa:ondrej/phpsudo apt-get update
Foolish Fowl

Ubuntu Instale Php 7

sudo apt-get install php libapache2-mod-php
Friendly Hawk

Como instalar o Php7.3 no Ubuntu 18.04

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php7.3 php7.3-common php7.3-opcache php7.3-cli php7.3-gd php7.3-curl php7.3-mysql
Laciaf

Respostas semelhantes a “Instale o php 7.3 ubuntu”

Perguntas semelhantes a “Instale o php 7.3 ubuntu”

Mais respostas relacionadas para “Instale o php 7.3 ubuntu” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código