How to install curl on Ubuntu Linux
On most Ubuntu installations, curl is already installed. In order to check, type
curl_check.sh
curlinto your shell and press return.
If you see a message like
curl_help_output.txt
curl: try 'curl --help' or 'curl --manual' for more informationcurl is already installed and you don’t need to do anything.
In case you see this message:
curl_not_found.txt
Command 'curl' not found, but can be installed with:install_curl.sh
apt install curlor (more rarely) this message:
curl_no_such_file.txt
-bash: /usr/bin/curl: No such file or directoryyou can install curl by copying
install_curl.sh
sudo apt install curlinto your shell and pressing return.
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow