How to Install and Uninstall perl-FileCache.noarch Package on Fedora 36

Last updated: January 18,2025

1. Install "perl-FileCache.noarch" package

Please follow the step by step instructions below to install perl-FileCache.noarch on Fedora 36

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

2. Uninstall "perl-FileCache.noarch" package

This is a short guide on how to uninstall perl-FileCache.noarch on Fedora 36:

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

3. Information about the perl-FileCache.noarch package on Fedora 36

Last metadata expiration check: 0:29:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-FileCache
Version : 1.10
Release : 486.fc36
Architecture : noarch
Size : 20 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : fedora
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.