How to Install and Uninstall R-jose.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "R-jose.noarch" package

In this section, we are going to explain the necessary steps to install R-jose.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-jose.noarch

2. Uninstall "R-jose.noarch" package

Please follow the step by step instructions below to uninstall R-jose.noarch on Fedora 34:

$ sudo dnf remove R-jose.noarch $ sudo dnf autoremove

3. Information about the R-jose.noarch package on Fedora 34

Last metadata expiration check: 2:16:13 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-jose
Version : 1.1.0
Release : 2.fc34
Architecture : noarch
Size : 269 k
Source : R-jose-1.1.0-2.fc34.src.rpm
Repository : updates
Summary : JavaScript Object Signing and Encryption
URL : https://CRAN.R-project.org/package=jose
License : MIT
Description : Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON Web
: Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT,
: rfc7519). These standards provide modern signing and encryption formats
: that are the basis for services like OAuth 2.0 or LetsEncrypt and are
: natively supported by browsers via the JavaScript WebCryptoAPI.