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

Last updated: October 07,2024

1. Install "R-remotes.noarch" package

This is a short guide on how to install R-remotes.noarch on Fedora 36

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

2. Uninstall "R-remotes.noarch" package

Please follow the step by step instructions below to uninstall R-remotes.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:44:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-remotes
Version : 2.4.0
Release : 4.fc36
Architecture : noarch
Size : 405 k
Source : R-remotes-2.4.0-4.fc36.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.