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

Last updated: October 05,2024

1. Install "perl-FileCache.noarch" package

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

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

2. Uninstall "perl-FileCache.noarch" package

This guide let you learn how to uninstall perl-FileCache.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:47:51 ago on Thu Feb 15 07:50:05 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 : ol9_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.