How To Install cryptlib-devel on Fedora 36

In this tutorial we learn how to install cryptlib-devel in Fedora 36. cryptlib-devel is Cryptlib application development files

Introduction

In this tutorial we learn how to install cryptlib-devel on Fedora 36.

What is cryptlib-devel

Header files and code for application development in C (and C++)

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

Install cryptlib-devel 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 cryptlib-devel using dnf by running the following command:

sudo dnf -y install cryptlib-devel

Install cryptlib-devel 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 cryptlib-devel using yum by running the following command:

sudo yum -y install cryptlib-devel

How To Uninstall cryptlib-devel on Fedora 36

To uninstall only the cryptlib-devel package we can use the following command:

sudo dnf remove cryptlib-devel

cryptlib-devel Package Contents on Fedora 36

/usr/include/cryptlib/crypt.h
/usr/include/cryptlib/cryptkrn.h
/usr/include/cryptlib/cryptlib.h
/usr/lib64/libcl.so

References

Summary

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