How To Install libjwt on Fedora 36

In this tutorial we learn how to install libjwt in Fedora 36. libjwt is A Javascript Web Token library in C

Introduction

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

What is libjwt

A Javascript Web Token library in C

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

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

sudo dnf -y install libjwt

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

sudo yum -y install libjwt

How To Uninstall libjwt on Fedora 36

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

sudo dnf remove libjwt

libjwt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/6dabf695b7ad0b95a3b0b46649c57b4d3f89e3
/usr/lib/libjwt.so.1
/usr/lib/libjwt.so.1.7.0
/usr/share/doc/libjwt
/usr/share/doc/libjwt/README.cmake.md
/usr/share/doc/libjwt/README.md
/usr/share/licenses/libjwt
/usr/share/licenses/libjwt/LICENSE

References

Summary

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


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

Introduction

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

What is libjwt

A Javascript Web Token library in C

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

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

sudo dnf -y install libjwt

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

sudo yum -y install libjwt

How To Uninstall libjwt on Fedora 36

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

sudo dnf remove libjwt

libjwt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/be712a3f24abda3d907aa7e1144941ace081f5
/usr/lib64/libjwt.so.1
/usr/lib64/libjwt.so.1.7.0
/usr/share/doc/libjwt
/usr/share/doc/libjwt/README.cmake.md
/usr/share/doc/libjwt/README.md
/usr/share/licenses/libjwt
/usr/share/licenses/libjwt/LICENSE

References

Summary

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