How To Install cryptlib-python3 on Fedora 36

In this tutorial we learn how to install cryptlib-python3 in Fedora 36. cryptlib-python3 is Cryptlib bindings for python3

Introduction

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

What is cryptlib-python3

Cryptlib module for application development in Python3

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

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

sudo dnf -y install cryptlib-python3

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

sudo yum -y install cryptlib-python3

How To Uninstall cryptlib-python3 on Fedora 36

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

sudo dnf remove cryptlib-python3

cryptlib-python3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/ff9b056e9eb1e3296af56fe2d23fb1b6264cdc
/usr/lib/python3.10/site-packages/cryptlib_py.so

References

Summary

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