Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu install php

apt-get install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql php-mbstring php-xml libapache2-mod-php
Comment

install php on ubuntu

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt -y install php8.0
Comment

install php ubuntu

// version 7.4.3 if you are starting new project download v8
// otherwise do not install learn js frameworks.

sudo apt install php libapache2-mod-php php-common php-mysql php-gmp php-curl php-intl php7.4-mbstring php-xmlrpc php-gd php-xml php-cli php-zip
Comment

install php on ubuntu

sudo apt install php libapache2-mod-php

# restart it
sudo systemctl restart apache2
Comment

Install PHP Plugin ubuntu

$ sudo apt install openssl composer php-net-smtp php-mysql php-gd php-xml php-mbstring php-intl php-zip php-json php-pear php-bz2 php-gmp php-imap php-imagick php-auth-sasl php-net-idna2 php-mail-mime php-net-ldap3 php-net-sieve -y
Comment

installing php on ubuntu

sudo apt install php7.2-cli
sudo apt install hhvm
Comment

ubuntu install php

apt-get install php
Comment

PREVIOUS NEXT
Code Example
Shell :: find text pattern in file linux 
Shell :: kill localhost port 
Shell :: gitlab remove branch 
Shell :: ssh raspberryp 
Shell :: linux blackeye 
Shell :: change password arch linux 
Shell :: how to use string format in powershell 
Shell :: vlc 
Shell :: terminator for kali linux 
Shell :: uvicorn ERROR: [Errno 98] Address already in use 
Shell :: git config global rerere 
Shell :: linux video player 
Shell :: vscode showing deleted branches 
Shell :: how to install wsl 2 in windows 10 
Shell :: pacman uninstall 
Shell :: install eclipse in fedora 
Shell :: ingnore large files in github 
Shell :: how to install pip2 in kali linux 2021 
Shell :: github error “Commit your changes or stash them before you can merge”? 
Shell :: list only directories in linux 
Shell :: install python 3.10 linux (multiple python versions) 
Shell :: size of folder 
Shell :: create a sudo user in centos 7 
Shell :: docker compose command bash permission denied 
Shell :: windows history command 
Shell :: debian backports 
Shell :: install neofetch on ubuntu 
Shell :: install samba server ubuntu 22.04 
Shell :: add line at beginning of file unix 
Shell :: how to install as dev dependency 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =