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

Last updated: January 09,2025

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

In this section, we are going to explain the necessary steps to install cpp-jwt-devel.i686 on Fedora 35

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

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

Please follow the guidelines below to uninstall cpp-jwt-devel.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:54:42 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cpp-jwt-devel
Version : 1.4
Release : 1.fc35
Architecture : i686
Size : 156 k
Source : cpp-jwt-1.4-1.fc35.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.