How to Install and Uninstall R-credentials.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "R-credentials.noarch" package

Here is a brief guide to show you how to install R-credentials.noarch on Fedora 36

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

2. Uninstall "R-credentials.noarch" package

This guide covers the steps necessary to uninstall R-credentials.noarch on Fedora 36:

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

3. Information about the R-credentials.noarch package on Fedora 36

Last metadata expiration check: 1:17:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-credentials
Version : 1.3.0
Release : 5.fc36
Architecture : noarch
Size : 182 k
Source : R-credentials-1.3.0-5.fc36.src.rpm
Repository : fedora
Summary : Tools for Managing SSH and Git Credentials
URL : https://CRAN.R-project.org/package=credentials
License : MIT
Description : Setup and retrieve HTTPS and SSH credentials for use with 'git' and other
: services. For HTTPS remotes the package interfaces the 'git-credential'
: utility which 'git' uses to store HTTP usernames and passwords. For SSH
: remotes we provide convenient functions to find or generate appropriate SSH
: keys. The package both helps the user to setup a local git installation,
: and also provides a back-end for git/ssh client libraries to authenticate
: with existing user credentials.