How to install curl (php) extension on Linux Ubuntu (beginner)

2012-02-16

php curl install ubuntu linuxIf You are developer curl might not be new name for you. Curl is one of the popular extension which is available through use of libcurl. For any Ubuntu machine installing curl is very easy. Fire you terminal and install following packages .

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

Now php curl is ready for your machine. Then you need to restart apache for it affect.For it, /etc/init.d/apache2 restart