install php 8 ubuntu 18.04 code example
Example 1: 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
Example 2: install php 8 ubuntu
sudo apt install php8.0
Example 3: install php 7.1 on 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
Example 4: 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
Example 5: install php 7.1 on ubuntu 18.04
sudo apt install software-properties-commonsudo add-apt-repository ppa:ondrej/php