How To Install q-curl on Fedora 36

In this tutorial we learn how to install q-curl in Fedora 36. q-curl is cURL module for Q

Introduction

In this tutorial we learn how to install q-curl on Fedora 36.

What is q-curl

cURL module for Q.

We can use yum or dnf to install q-curl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install q-curl.

Install q-curl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install q-curl using dnf by running the following command:

sudo dnf -y install q-curl

Install q-curl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install q-curl using yum by running the following command:

sudo yum -y install q-curl

How To Uninstall q-curl on Fedora 36

To uninstall only the q-curl package we can use the following command:

sudo dnf remove q-curl

q-curl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c8/b24276e6676619b077cbc6b5ad949aad645f29
/usr/lib64/q/curl.so
/usr/share/q/lib/curl.q

References

Summary

In this tutorial we learn how to install q-curl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).