How to Install and Uninstall rubygem-memoizer.noarch Package on Fedora 39
Last updated: November 27,2024
1. Install "rubygem-memoizer.noarch" package
In this section, we are going to explain the necessary steps to install rubygem-memoizer.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
rubygem-memoizer.noarch
Copied
2. Uninstall "rubygem-memoizer.noarch" package
Please follow the guidance below to uninstall rubygem-memoizer.noarch on Fedora 39:
$
sudo dnf remove
rubygem-memoizer.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the rubygem-memoizer.noarch package on Fedora 39
Last metadata expiration check: 4:11:05 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-memoizer
Version : 1.0.3
Release : 4.fc39
Architecture : noarch
Size : 11 k
Source : rubygem-memoizer-1.0.3-4.fc39.src.rpm
Repository : fedora
Summary : Memoize your methods
URL : https://github.com/wegowise/memoizer
License : MIT
Description : Memoizer caches the results of your method calls, works well
: with methods that accept arguments or return nil. It's a
: simpler and more expicit alternative to ActiveSupport::Memoizable
Available Packages
Name : rubygem-memoizer
Version : 1.0.3
Release : 4.fc39
Architecture : noarch
Size : 11 k
Source : rubygem-memoizer-1.0.3-4.fc39.src.rpm
Repository : fedora
Summary : Memoize your methods
URL : https://github.com/wegowise/memoizer
License : MIT
Description : Memoizer caches the results of your method calls, works well
: with methods that accept arguments or return nil. It's a
: simpler and more expicit alternative to ActiveSupport::Memoizable