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

Last updated: January 11,2025

1. Install "R-pak.noarch" package

In this section, we are going to explain the necessary steps to install R-pak.noarch on Fedora 36

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

2. Uninstall "R-pak.noarch" package

Please follow the steps below to uninstall R-pak.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:35:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-pak
Version : 0.1.2.1
Release : 5.fc36
Architecture : noarch
Size : 419 k
Source : R-pak-0.1.2.1-5.fc36.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.