Install Curl For Php On Ubuntu

Last modified: 
Friday, March 27th, 2015
Topics: 
cURLPHPUbuntu

How to install cURL for PHP 5 on Ubuntu 12 LTS.

sudo apt-get install curl libcurl3 libcurl3-dev php5-curl

# After apt-get finishes, restart Apache2 webserver.
sudo service apache2 restart

References

Install Curl Extension for PHP in Ubuntu


The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.