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

Last updated: November 29,2024

1. Install "R-pak.noarch" package

Please follow the step by step instructions below to install R-pak.noarch on Fedora 39

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

2. Uninstall "R-pak.noarch" package

Please follow the guidance below to uninstall R-pak.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:13:10 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-pak
Version : 0.5.1
Release : 2.fc39
Architecture : noarch
Size : 532 k
Source : R-pak-0.5.1-2.fc39.src.rpm
Repository : fedora
Summary : Another Approach to Package Installation
URL : https://CRAN.R-project.org/package=pak
License : GPLv3
Description : The goal of 'pak' is to make package installation faster and more reliable.
: In particular, it performs all HTTP operations in parallel, so metadata
: resolution and package downloads are fast. Metadata and package files are
: cached on the local disk as well. 'pak' has a dependency solver, so it
: finds version conflicts before performing the installation. This version of
: 'pak' supports CRAN, 'Bioconductor' and 'GitHub' packages as well.