Answers for "apt install php 8 curl"

1

how to install php curl (linux) apache2

#install the latest php CURL
sudo apt-get install php-curl

#install a specific PHP[version]-curl, php version 5 is the example below
sudo apt-get install php5-curl

#restart apache by typing
sudo service apache2
Posted by: Guest on September-23-2021
0

install php7.4 curl

sudo apt-get install php-curl && sudo service apache2 restart
Posted by: Guest on June-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language