To install curl
command on Ubuntu Linux, you can use the following steps:
- Open the terminal and update the package lists using the following command:
sudo apt update
- Install
curl
using the following command:
sudo apt install curl
- Verify the installation by checking the version of
curl
:
curl --version
This will show you the version of curl
installed on your system.