How to Install and Uninstall cpp-jwt-devel.i686 Package on Fedora 36

Last updated: January 16,2025

1. Install "cpp-jwt-devel.i686" package

This guide let you learn how to install cpp-jwt-devel.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install cpp-jwt-devel.i686

2. Uninstall "cpp-jwt-devel.i686" package

This is a short guide on how to uninstall cpp-jwt-devel.i686 on Fedora 36:

$ sudo dnf remove cpp-jwt-devel.i686 $ sudo dnf autoremove

3. Information about the cpp-jwt-devel.i686 package on Fedora 36

Last metadata expiration check: 0:06:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : cpp-jwt-devel
Version : 1.4
Release : 1.fc36
Architecture : i686
Size : 156 k
Source : cpp-jwt-1.4-1.fc36.src.rpm
Repository : updates
Summary : JSON Web Token library for C++
URL : https://github.com/arun11299/cpp-jwt
License : MIT
Description :
: JSON Web Token(JWT) is a JSON based standard (RFC-
: 7519) for creating assertions or access tokens that consists of some
: claims (encoded within the assertion). This assertion can be used in some
: kind of bearer authentication mechanism that the server will provide to
: clients, and the clients can make use of the provided assertion for
: accessing resources.