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

Last updated: October 09,2024

1. Install "R-mockr.noarch" package

Please follow the steps below to install R-mockr.noarch on Fedora 36

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

2. Uninstall "R-mockr.noarch" package

Please follow the instructions below to uninstall R-mockr.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:44:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-mockr
Version : 0.1
Release : 12.fc36
Architecture : noarch
Size : 33 k
Source : R-mockr-0.1-12.fc36.src.rpm
Repository : fedora
Summary : Mocking in R
URL : https://CRAN.R-project.org/package=mockr
License : GPLv3
Description : Provides a means to mock a package function, i.e., temporarily substitute
: it for testing. Designed as a drop-in replacement for
: 'testthat::with_mock()', which may break in R 3.4.0 and later.