Rodolfo Bandeira
← Archive
Article

How to install PHP CURL in Ubuntu Linux

· 1 min read


sudo apt-get install curl libcurl3 php5-curl

Restart the web server with following command:

sudo /etc/init.d/apache2 restart

Thanks