

Import the CURL PPA by Rob Savoury using the following command. Install/Upgrade cURL – Latest VersionĪs mentioned at the start of the tutorial, cURL comes packaged on Ubuntu, but you may require a newer version in time.įirst, find out what version is installed on your system if you have it already. If you skip and encounter issues, return and just run the command. sudo apt install software-properties-common apt-transport-https curl -y Most of these packages are already on your system, but running the command can help ensure they’re installed. The following dependencies will need to be installed to install cURL successfully. sudo apt update & sudo apt upgrade -y Install Required Packages Update Ubuntuīefore proceeding with the tutorial, ensuring your system is up-to-date with all existing packages is good. In the following tutorial, you will learn how to install the latest version of the cURL package using a well-known LaunchPAD PPA that provides the latest version for Ubuntu 20.04 LTS Focal Fossa using the command line terminal. It has an easy-to-use interface, but it does require some getting accustomed to on the command line side of things if you don’t want your experience with this software limited by how much time you spend educating yourself about using curl’s features before realizing their potential in helping make systems more efficient! When installation is finished, we can check Curl version: curl -version Testing CurlĬurl allows to send HTTP requests using GET, POST, PUT and other methods.CURL is a potent tool that can download and upload files. Next, install Curl: sudo apt install -y curl Install CurlĮxecute the following commands to update the package lists: sudo apt update This tutorial explains how to install Curl on Ubuntu 20.04. Curl can be used to automate web tasks, download or upload files, send HTTP requests, for web crawling, etc. This tool supports various network protocols such as HTTP, HTTPS, FTP, SFTP, SCP, etc. Curl is a command line tool which allows to transfer data from or to a server.
