DEV Community

Dalitso Kasonde
Dalitso Kasonde

Posted on

Install Curl on Ubuntu Server

You can install curl via apt package manager on Ubuntu by opening a terminal and executing the two following commands.

sudo apt update
sudo apt -y install curl

Top comments (0)