+1 vote
in Linux by
Explain how to enable curl on Ubuntu LAMP stack?

1 Answer

0 votes
by

To enable curl on Ubuntu, first, install libcurl, once done use following command sudo/etc/init .d /apache2 restart or sudo service apache2 restart.

...