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

Last updated: January 10,2025

1. Install "R-remotes.noarch" package

Here is a brief guide to show you how to install R-remotes.noarch on Fedora 35

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

2. Uninstall "R-remotes.noarch" package

This tutorial shows how to uninstall R-remotes.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:46:46 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-remotes
Version : 2.4.0
Release : 3.fc35
Architecture : noarch
Size : 405 k
Source : R-remotes-2.4.0-3.fc35.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.