Skip to content
Asterios Raptis edited this page Mar 21, 2024 · 1 revision

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

Clone this wiki locally