PHP Install cURL module on Ubuntu Server October 8, 2017October 8, 2017 TechnoWalker 0 Comments cUrl Always ShareFacebookTwitterGoogle+Run following command on server :- with php5: apt-get install php5-curl with php7: apt-get install php7.0-curl sudo service apache2 restart Always ShareFacebookTwitterGoogle+