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

Last updated: October 08,2024

1. Install "R-remotes.noarch" package

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

$ 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 38:

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

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

Last metadata expiration check: 2:20:21 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-remotes
Version : 2.4.2
Release : 3.fc38
Architecture : noarch
Size : 424 k
Source : R-remotes-2.4.2-3.fc38.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.