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

Last updated: January 17,2025

1. Install "R-remotes.noarch" package

This guide covers the steps necessary to install R-remotes.noarch on Fedora 39

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

2. Uninstall "R-remotes.noarch" package

This guide covers the steps necessary to uninstall R-remotes.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:31:06 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-remotes
Version : 2.4.2
Release : 5.fc39
Architecture : noarch
Size : 425 k
Source : R-remotes-2.4.2-5.fc39.src.rpm
Repository : fedora
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.