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

Last updated: July 01,2024

1. Install "R-mockr.noarch" package

Please follow the instructions below to install R-mockr.noarch on Fedora 34

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

2. Uninstall "R-mockr.noarch" package

This tutorial shows how to uninstall R-mockr.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:11:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-mockr
Version : 0.1
Release : 9.fc34
Architecture : noarch
Size : 32 k
Source : R-mockr-0.1-9.fc34.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.