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

Last updated: July 01,2024

1. Install "perl-FileCache.noarch" package

This guide covers the steps necessary to install perl-FileCache.noarch on Fedora 34

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

2. Uninstall "perl-FileCache.noarch" package

This guide covers the steps necessary to uninstall perl-FileCache.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:45:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-FileCache
Version : 1.10
Release : 477.fc34
Architecture : noarch
Size : 25 k
Source : perl-5.32.1-477.fc34.src.rpm
Repository : updates
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.