How to Install and Uninstall R-keyring.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "R-keyring.x86_64" package

This is a short guide on how to install R-keyring.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install R-keyring.x86_64

2. Uninstall "R-keyring.x86_64" package

Please follow the guidance below to uninstall R-keyring.x86_64 on Fedora 36:

$ sudo dnf remove R-keyring.x86_64 $ sudo dnf autoremove

3. Information about the R-keyring.x86_64 package on Fedora 36

Last metadata expiration check: 5:46:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-keyring
Version : 1.2.0
Release : 3.fc36
Architecture : x86_64
Size : 345 k
Source : R-keyring-1.2.0-3.fc36.src.rpm
Repository : fedora
Summary : Access the System Credential Store from R
URL : https://CRAN.R-project.org/package=keyring
License : MIT
Description : Platform independent API to access the operating system's credential store.
: Currently supports: Keychain on macOS, Credential Store on Windows, the Secret
: Service API on Linux, and a simple, platform independent store implemented with
: environment variables. Additional storage back-ends can be added easily.