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

command to install PHP on Ubuntu

$ sudo apt install php libapache2-mod-php php-mysql
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 :: search in history command windows 
Shell :: merge master with main 
Shell :: git get project name 
Shell :: restart docker 
Shell :: linux kill a port 
Shell :: how to uninstall a aur package 
Shell :: /usr/bin/env: ‘bash ’: No such file or directory 
Shell :: convert epoch timestamp to human readable format on osx 
Shell :: list all files by size 
Shell :: conda install paraview 
Shell :: linux umount command 
Shell :: setup virtualenv python windows 
Shell :: ionic capacitor splash screen generator 
Shell :: cmake run cmake clean 
Shell :: navigate to folder macq 
Shell :: how to install bootstrap in angular 
Shell :: wsl add directory to path 
Shell :: fork bomb linux 
Shell :: information about files linux 
Shell :: rclone gui 
Shell :: echo variable bash 
Shell :: nginx redirect to port 
Shell :: git log filter merge commits 
Shell :: how to open appimage in linux 
Shell :: how to install unsigned drivers on windows 10 
Shell :: download file using scp hostfile 
Shell :: terminal command to create new file 
Shell :: windows start stop service 
Shell :: kubernetes exec into pod 
Shell :: debian bullseye install nvm 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =