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

Last updated: October 05,2024

1. Install "R-pak.noarch" package

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

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

2. Uninstall "R-pak.noarch" package

Please follow the instructions below to uninstall R-pak.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:04:05 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-pak
Version : 0.1.2.1
Release : 4.fc35
Architecture : noarch
Size : 418 k
Source : R-pak-0.1.2.1-4.fc35.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.