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

Last updated: October 06,2024

1. Install "R-pkgload.noarch" package

This guide let you learn how to install R-pkgload.noarch on Fedora 34

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

2. Uninstall "R-pkgload.noarch" package

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

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

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

Last metadata expiration check: 4:42:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-pkgload
Version : 1.2.1
Release : 4.fc34
Architecture : noarch
Size : 168 k
Source : R-pkgload-1.2.1-4.fc34.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.