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

Last updated: February 28,2025

1. Install "R-pkgload.noarch" package

Please follow the guidelines below to install R-pkgload.noarch on Fedora 39

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

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

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

Last metadata expiration check: 2:18:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-pkgload
Version : 1.3.3
Release : 1.fc39
Architecture : noarch
Size : 215 k
Source : R-pkgload-1.3.3-1.fc39.src.rpm
Repository : updates
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.