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

Last updated: July 05,2024

1. Install "R-credentials.noarch" package

This guide covers the steps necessary to install R-credentials.noarch on Fedora 34

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

2. Uninstall "R-credentials.noarch" package

Learn how to uninstall R-credentials.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:33:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-credentials
Version : 1.3.0
Release : 2.fc34
Architecture : noarch
Size : 188 k
Source : R-credentials-1.3.0-2.fc34.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.