Skip to content
Home » How to install or enable php curl extension in ubuntu

How to install or enable php curl extension in ubuntu

Let’s start the discussion about How to install or enable php curl extension in ubuntu in following methods.

Client URL is abbreviated as CURL. It is a Linux Terminal command that is used to move data from one server to another. It is a free and open-source data transfer application that supports IMAP, IMAPS, POP, POP3, POP3S, DICT, FILE HTTP, HTTPS, SMB, SMBS, SMTP, SMTPS, FTP, FTPS, TELNET, RTSP, RMTP, and TFTP protocols.

While running, it displays a meter-like progress bar that indicates several characteristics such as the amount of transmitted data, the pace of data transfer, and the projected time remaining.

Install or enable php’s curl extension in ubuntu

This command installs the PHP CURL. sudo apt-get install php5-curl. Also try the below command to install php’s curl.

sudo apt install php-curl

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to remove all docker images