• Uncategorized
  • 2

How to enable curl in ubuntu?

To enable curl package php5-curl should be installed. Run the following command in your terminal
sudo apt-get install php5-curl

Now restart apache by running following code
sudo /etc/init.d/apache2 restart

Hope this solution will help to enable curl in your ubuntu system.

You may also like...

2 Responses

  1. hanni libbers says:

    Hi there, thanks very much,
    short and quick solution for getting curl (whatever that is) on my system, needed for
    experiments with ‘tomatocard shop”.
    Thank you very much,

    hanni libbers

  2. SAQIB says:

    Yes, its working .
    Thanks a lot

Leave a Reply

Your email address will not be published. Required fields are marked *

*