How to Install and Uninstall R-disposables.noarch Package on Fedora 36

Last updated: October 12,2024

1. Install "R-disposables.noarch" package

Please follow the guidance below to install R-disposables.noarch on Fedora 36

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

2. Uninstall "R-disposables.noarch" package

Here is a brief guide to show you how to uninstall R-disposables.noarch on Fedora 36:

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

3. Information about the R-disposables.noarch package on Fedora 36

Last metadata expiration check: 1:56:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-disposables
Version : 1.0.3
Release : 12.fc36
Architecture : noarch
Size : 33 k
Source : R-disposables-1.0.3-12.fc36.src.rpm
Repository : fedora
Summary : Create Disposable R Packages for Testing
URL : https://CRAN.R-project.org/package=disposables
License : MIT
Description : Create disposable R packages for testing. You can create, install and load
: multiple R packages with a single function call, and then unload,
: uninstall and destroy them with another function call. This is handy when
: testing how some R code or an R package behaves with respect to other