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

Last updated: September 20,2024

1. Install "R-disposables.noarch" package

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

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

2. Uninstall "R-disposables.noarch" package

Please follow the instructions below to uninstall R-disposables.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:37:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-disposables
Version : 1.0.3
Release : 9.fc34
Architecture : noarch
Size : 33 k
Source : R-disposables-1.0.3-9.fc34.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