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

Last updated: January 10,2025

1. Install "R-memoise.noarch" package

This guide let you learn how to install R-memoise.noarch on Fedora 36

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

2. Uninstall "R-memoise.noarch" package

Please follow the steps below to uninstall R-memoise.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:34:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-memoise
Version : 2.0.0
Release : 4.fc36
Architecture : noarch
Size : 63 k
Source : R-memoise-2.0.0-4.fc36.src.rpm
Repository : fedora
Summary : Memoisation of functions
URL : http://cran.r-project.org/web/packages/memoise/index.html
License : MIT
Description : Cache the results of a function so that when you call it again with the same
: arguments it returns the pre-computed value.