How To Install R-oskeyring on Fedora 36

In this tutorial we learn how to install R-oskeyring in Fedora 36. R-oskeyring is Raw System Credential Store Access from R

Introduction

In this tutorial we learn how to install R-oskeyring on Fedora 36.

What is R-oskeyring

Aims to support all features of the system credential store, including non- portable ones. Supports Keychain on macOS, and Credential Manager on Windows. See the keyring package if you need a portable API.

We can use yum or dnf to install R-oskeyring on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-oskeyring.

Install R-oskeyring on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-oskeyring using dnf by running the following command:

sudo dnf -y install R-oskeyring

Install R-oskeyring on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-oskeyring using yum by running the following command:

sudo yum -y install R-oskeyring

How To Uninstall R-oskeyring on Fedora 36

To uninstall only the R-oskeyring package we can use the following command:

sudo dnf remove R-oskeyring

R-oskeyring Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/2849e849438ef1539eacbc4b1c8d8aa6cb5505
/usr/lib64/R/library/oskeyring
/usr/lib64/R/library/oskeyring/DESCRIPTION
/usr/lib64/R/library/oskeyring/INDEX
/usr/lib64/R/library/oskeyring/LICENSE
/usr/lib64/R/library/oskeyring/Meta
/usr/lib64/R/library/oskeyring/Meta/Rd.rds
/usr/lib64/R/library/oskeyring/Meta/features.rds
/usr/lib64/R/library/oskeyring/Meta/hsearch.rds
/usr/lib64/R/library/oskeyring/Meta/links.rds
/usr/lib64/R/library/oskeyring/Meta/nsInfo.rds
/usr/lib64/R/library/oskeyring/Meta/package.rds
/usr/lib64/R/library/oskeyring/NAMESPACE
/usr/lib64/R/library/oskeyring/NEWS.md
/usr/lib64/R/library/oskeyring/R
/usr/lib64/R/library/oskeyring/R/oskeyring
/usr/lib64/R/library/oskeyring/R/oskeyring.rdb
/usr/lib64/R/library/oskeyring/R/oskeyring.rdx
/usr/lib64/R/library/oskeyring/help
/usr/lib64/R/library/oskeyring/help/AnIndex
/usr/lib64/R/library/oskeyring/help/aliases.rds
/usr/lib64/R/library/oskeyring/help/macos_item.html
/usr/lib64/R/library/oskeyring/help/macos_item_add.html
/usr/lib64/R/library/oskeyring/help/macos_item_attr.html
/usr/lib64/R/library/oskeyring/help/macos_item_classes.html
/usr/lib64/R/library/oskeyring/help/macos_item_delete.html
/usr/lib64/R/library/oskeyring/help/macos_item_match_options.html
/usr/lib64/R/library/oskeyring/help/macos_item_search.html
/usr/lib64/R/library/oskeyring/help/macos_item_update.html
/usr/lib64/R/library/oskeyring/help/macos_keychain.html
/usr/lib64/R/library/oskeyring/help/macos_keychain_create.html
/usr/lib64/R/library/oskeyring/help/macos_keychain_delete.html
/usr/lib64/R/library/oskeyring/help/macos_keychain_is_locked.html
/usr/lib64/R/library/oskeyring/help/macos_keychain_list.html
/usr/lib64/R/library/oskeyring/help/macos_keychain_lock.html
/usr/lib64/R/library/oskeyring/help/macos_keychain_unlock.html
/usr/lib64/R/library/oskeyring/help/oskeyring.rdb
/usr/lib64/R/library/oskeyring/help/oskeyring.rdx
/usr/lib64/R/library/oskeyring/help/paths.rds
/usr/lib64/R/library/oskeyring/help/windows_credentials.html
/usr/lib64/R/library/oskeyring/help/windows_item.html
/usr/lib64/R/library/oskeyring/help/windows_item_delete.html
/usr/lib64/R/library/oskeyring/help/windows_item_enumerate.html
/usr/lib64/R/library/oskeyring/help/windows_item_read.html
/usr/lib64/R/library/oskeyring/help/windows_item_types.html
/usr/lib64/R/library/oskeyring/help/windows_item_write.html
/usr/lib64/R/library/oskeyring/html
/usr/lib64/R/library/oskeyring/html/00Index.html
/usr/lib64/R/library/oskeyring/html/R.css
/usr/lib64/R/library/oskeyring/html/macos_keychain.html
/usr/lib64/R/library/oskeyring/html/windows_credentials.html
/usr/lib64/R/library/oskeyring/libs
/usr/lib64/R/library/oskeyring/libs/oskeyring.so

References

Summary

In this tutorial we learn how to install R-oskeyring on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).