How to Install and Use Curl on Debian 10 Linux | Linuxize
linuxize.com › post › how-to-install-and-use-curl-onSep 09, 2019 · Curl package is included in the default Debian 10 repositories, to install it run the following command: sudo apt install curl. To verify that curl has been installed, type curl in your terminal, and press Enter: curl. The command will print the following output: curl: try 'curl --help' or 'curl --manual' for more information That’s it! You have successfully installed curl on your Debian machine, and you can start using it. Using Curl #