Install curl

I will explain how to install curl. Install curl using the apt command. Run with administrator privileges using sudo.

sudo apt install -y curl

Main uses of curl

curl is an HTTP client that outputs the fetched content to standard output by default. The HTTP client installed by default is often wget, but curl is also often used in the procedure, so install it.

Associated Information