curl auf Ubuntu Linux installieren
English
Deutsch
Auf den meisten Ubuntu-Installationen ist curl bereits installiert. Um zu überprüfen, tippe
curl_check.sh
curlin deine Shell ein und drücke Enter.
Wenn du eine Nachricht wie diese siehst
curl_help_output.txt
curl: try 'curl --help' or 'curl --manual' for more informationcurl ist bereits installiert und du musst nichts tun.
Falls du diese Nachricht siehst:
curl_not_found.txt
Command 'curl' not found, but can be installed with:install_curl.sh
apt install curloder (seltener) diese Nachricht:
curl_no_such_file.txt
-bash: /usr/bin/curl: No such file or directorykannst du curl installieren, indem du
install_curl.sh
sudo apt install curlin deine Shell kopierst und Enter drückst.
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