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

Last updated: September 28,2024

1. Install "R-disposables.noarch" package

Please follow the steps below to install R-disposables.noarch on Fedora 35

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

2. Uninstall "R-disposables.noarch" package

This is a short guide on how to uninstall R-disposables.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:39:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-disposables
Version : 1.0.3
Release : 11.fc35
Architecture : noarch
Size : 33 k
Source : R-disposables-1.0.3-11.fc35.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