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

Last updated: November 28,2024

1. Install "R-pkgload.noarch" package

Please follow the steps below to install R-pkgload.noarch on Fedora 38

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

2. Uninstall "R-pkgload.noarch" package

Learn how to uninstall R-pkgload.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:56:05 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : R-pkgload
Version : 1.3.3
Release : 1.fc38
Architecture : noarch
Size : 217 k
Source : R-pkgload-1.3.3-1.fc38.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.