How to Install and Uninstall cpp-jwt-devel.x86_64 Package on AlmaLinux 8

Last updated: September 21,2024

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

Please follow the step by step instructions below to install cpp-jwt-devel.x86_64 on AlmaLinux 8

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

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

This tutorial shows how to uninstall cpp-jwt-devel.x86_64 on AlmaLinux 8:

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

3. Information about the cpp-jwt-devel.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:15:38 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : cpp-jwt-devel
Version : 1.4
Release : 1.el8
Architecture : x86_64
Size : 170 k
Source : cpp-jwt-1.4-1.el8.src.rpm
Repository : epel
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.