How to Install and Uninstall perl-Memoize.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 27,2024
1. Install "perl-Memoize.noarch" package
In this section, we are going to explain the necessary steps to install perl-Memoize.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-Memoize.noarch
Copied
2. Uninstall "perl-Memoize.noarch" package
In this section, we are going to explain the necessary steps to uninstall perl-Memoize.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-Memoize.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Memoize.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:41:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Memoize
Version : 1.03
Release : 480.el9
Architecture : noarch
Size : 61 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Transparently speed up functions by caching return values
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : Memoizing a function makes it faster by trading space for time. It does
: this by caching the return values of the function in a table. If you call
: the function again with the same arguments, memoize jumps in and gives
: you the value out of the table, instead of letting the function compute
: the value all over again.
Available Packages
Name : perl-Memoize
Version : 1.03
Release : 480.el9
Architecture : noarch
Size : 61 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Transparently speed up functions by caching return values
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : Memoizing a function makes it faster by trading space for time. It does
: this by caching the return values of the function in a table. If you call
: the function again with the same arguments, memoize jumps in and gives
: you the value out of the table, instead of letting the function compute
: the value all over again.