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

Last updated: October 06,2024

1. Install "R-keyring.x86_64" package

This guide covers the steps necessary to install R-keyring.x86_64 on Fedora 34

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

2. Uninstall "R-keyring.x86_64" package

Here is a brief guide to show you how to uninstall R-keyring.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:13:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-keyring
Version : 1.2.0
Release : 2.fc34
Architecture : x86_64
Size : 340 k
Source : R-keyring-1.2.0-2.fc34.src.rpm
Repository : updates
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.