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

Last updated: September 20,2024

1. Install "R-memoise.noarch" package

Please follow the guidelines below to install R-memoise.noarch on Fedora 34

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

2. Uninstall "R-memoise.noarch" package

This guide let you learn how to uninstall R-memoise.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:09:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-memoise
Version : 2.0.0
Release : 1.fc34
Architecture : noarch
Size : 61 k
Source : R-memoise-2.0.0-1.fc34.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.