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

Last updated: October 12,2024

1. Install "R-mockr.noarch" package

This is a short guide on how to install R-mockr.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 3:23:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-mockr
Version : 0.2.1
Release : 4.fc39
Architecture : noarch
Size : 61 k
Source : R-mockr-0.2.1-4.fc39.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.