curl, centos,

Install curl on CentOS 9 Stream

Sep 18, 2022 · 1 min read · Post a comment

If something is a must to have on your Linux machine then that’s curl. It’s the most used tool on Linux and the main purpose is to interact with protocols. It’s commonly used in scripts, troubleshooting network issues, downloading/uploading stuff etc… Today I’m going to install curl on CentOS 9 Stream.

Prerequisites

  • CentOS 9 Stream
  • sudo privileges

Install Curl on CentOS 9 Stream

Step 1. Update the CentOS 9 distro.

sudo dnf update

Step 2. Install curl.

sudo dnf install curl

Step 3. Verify the installation.

curl --version

Conclusion

As I mentioned the installation process is very simple and quick. Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.