install curl in php 5 ubuntu 20.04 code example
Example: install php curl ubuntu 20.04
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install curl
dpkg -l curl
sudo service apache2 restart
#sudo systemctl restart nginx
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install curl
dpkg -l curl
sudo service apache2 restart
#sudo systemctl restart nginx