Saturday, February 20, 2016

How to install cURL on Ubuntu


cURL is a command line tool for getting and sending files through URL syntax, cURL support various protocol. In this article i will show you how to install cURL on ubuntu.

To install cURL on ubuntu is very simple, all you have to do is open your terminal/console/command line (press CTRL + ALT + T) and then run this command:

sudo apt-get install curl

You can also install cURL module for php 5, with this command:

sudo apt-get install php5-curl

And then, you'll need to restart the apache web server, like this:

sudo service apache2 restart


~ cheers ~

No comments:

Post a Comment