We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Initial-install-of-ubuntu-os