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

Last updated: October 05,2024

1. Install "R-remotes.noarch" package

Please follow the guidance below to install R-remotes.noarch on Fedora 34

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

2. Uninstall "R-remotes.noarch" package

This is a short guide on how to uninstall R-remotes.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:44:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-remotes
Version : 2.4.0
Release : 3.fc34
Architecture : noarch
Size : 397 k
Source : R-remotes-2.4.0-3.fc34.src.rpm
Repository : updates
Summary : R Package Installation from Remote Repositories
URL : https://CRAN.R-project.org/package=remotes
License : MIT
Description : Download and install R packages stored in GitHub, GitLab, Bitbucket,
: Bioconductor, or plain subversion or git repositories. This package provides
: the 'install_*' functions in devtools. Indeed most of the code was copied over
: from devtools.