I am following a mariadb documentation in which the starting steps have been completed but when I use this command.
sudo curl -o /etc/apt/trusted.gpg.d/mariadb_release_signing_key.asc
'https://mariadb.org/mariadb_release_signing_key.asc'
This command gives me an error:
sudo: curl: command not found
I have tried to install curl on my Ubuntu using these commands.
sudo apt update
sudo apt install curl
I am not sure whether it is installed now but it gives me the same error when i try to use the above command again.
For more understanding I am also adding the screenshot of some additional commands too.