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

Last updated: September 28,2024

1. Install "R-askpass.x86_64" package

Please follow the instructions below to install R-askpass.x86_64 on Fedora 34

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

2. Uninstall "R-askpass.x86_64" package

Please follow the guidance below to uninstall R-askpass.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:11:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-askpass
Version : 1.1
Release : 7.fc34
Architecture : x86_64
Size : 32 k
Source : R-askpass-1.1-7.fc34.src.rpm
Repository : fedora
Summary : Safe Password Entry for R, Git, and SSH
URL : https://CRAN.R-project.org/package=askpass
License : MIT
Description : Cross-platform utilities for prompting the user for credentials or a
: passphrase, for example to authenticate with a server or read a protected key.
: Includes native programs for MacOS and Windows, hence no 'tcltk' is required.
: Password entry can be invoked in two different ways: directly from R via the
: askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or
: 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.
: Thereby the user can be prompted for credentials or a passphrase if needed when
: R calls out to git or ssh.