How To Install botan on Fedora 36

In this tutorial we learn how to install botan in Fedora 36. botan is Crypto library written in C++

Introduction

In this tutorial we learn how to install botan on Fedora 36.

What is botan

Botan is a BSD-licensed crypto library written in C++. It provides a wide variety of basic cryptographic algorithms, X.509 certificates and CRLs, PKCS #10 certificate requests, a filter/pipe message processing system, and a wide variety of other features, all written in portable C++. The API reference, tutorial, and examples may help impart the flavor of the library.

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

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

sudo dnf -y install botan

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

sudo yum -y install botan

How To Uninstall botan on Fedora 36

To uninstall only the botan package we can use the following command:

sudo dnf remove botan

botan Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/58d4be9cd0bdccaa0a3fdef959e2ede43edda9
/usr/lib64/libbotan-1.10.so.1
/usr/lib64/libbotan-1.10.so.1.17
/usr/share/doc/botan
/usr/share/doc/botan/README.fedora
/usr/share/doc/botan/readme.txt
/usr/share/licenses/botan
/usr/share/licenses/botan/license.txt

References

Summary

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


title: “How To Install botan on Fedora 36” linkTitle: “botan” type: “docs” description: “In this tutorial we learn how to install botan in Fedora 36. botan is Crypto library written in C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/botan-featured.png

Introduction

In this tutorial we learn how to install botan on Fedora 36.

What is botan

Botan is a BSD-licensed crypto library written in C++. It provides a wide variety of basic cryptographic algorithms, X.509 certificates and CRLs, PKCS #10 certificate requests, a filter/pipe message processing system, and a wide variety of other features, all written in portable C++. The API reference, tutorial, and examples may help impart the flavor of the library.

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

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

sudo dnf -y install botan

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

sudo yum -y install botan

How To Uninstall botan on Fedora 36

To uninstall only the botan package we can use the following command:

sudo dnf remove botan

botan Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/2c9c9583a58578397ed8979ea9a8e124226850
/usr/lib/libbotan-1.10.so.1
/usr/lib/libbotan-1.10.so.1.17
/usr/share/doc/botan
/usr/share/doc/botan/README.fedora
/usr/share/doc/botan/readme.txt
/usr/share/licenses/botan
/usr/share/licenses/botan/license.txt

References

Summary

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