Install curl - lightblueseas/linuxstuff GitHub Wiki

On ubuntu curl is not default installed. You have to install it by your own, you can do this with the following command:

First update your ubuntu if needed

sudo apt update && sudo apt upgrade

Then install curl

sudo apt install curl