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

Last updated: October 06,2024

1. Install "R-pkgload.noarch" package

This is a short guide on how to install R-pkgload.noarch on Fedora 35

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

2. Uninstall "R-pkgload.noarch" package

This guide covers the steps necessary to uninstall R-pkgload.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:47:23 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-pkgload
Version : 1.2.1
Release : 4.fc35
Architecture : noarch
Size : 174 k
Source : R-pkgload-1.2.1-4.fc35.src.rpm
Repository : fedora
Summary : Simulate Package Installation and Attach
URL : https://CRAN.R-project.org/package=pkgload
License : GPLv3
Description : Simulates the process of installing a package and then attaching it. This
: is a key part of the 'devtools' package as it allows you to rapidly iterate
: while developing a package.