How to Install and Uninstall perl-FileCache.noarch Package on AlmaLinux 9

Last updated: June 30,2024

1. Install "perl-FileCache.noarch" package

This guide let you learn how to install perl-FileCache.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-FileCache.noarch

2. Uninstall "perl-FileCache.noarch" package

Here is a brief guide to show you how to uninstall perl-FileCache.noarch on AlmaLinux 9:

$ sudo dnf remove perl-FileCache.noarch $ sudo dnf autoremove

3. Information about the perl-FileCache.noarch package on AlmaLinux 9

Last metadata expiration check: 2:28:04 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-FileCache
Version : 1.10
Release : 480.el9
Architecture : noarch
Size : 15 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Keep more files open than the system permits
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The "cacheout" function will make sure that there's a file handle open
: for reading or writing available as the path name you give it. It
: automatically closes and re-opens files if you exceed your system
: maximum number of file descriptors, or the suggested maximum.