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

Last updated: October 06,2024

1. Install "perl-IO-Any.noarch" package

Please follow the guidance below to install perl-IO-Any.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-IO-Any.noarch

2. Uninstall "perl-IO-Any.noarch" package

This tutorial shows how to uninstall perl-IO-Any.noarch on Oracle Linux 9:

$ sudo dnf remove perl-IO-Any.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:36:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-IO-Any
Version : 0.09
Release : 19.el9
Architecture : noarch
Size : 18 k
Source : perl-IO-Any-0.09-19.el9.src.rpm
Repository : epel
Summary : Read or write files, folders, or strings, guessing the correct object type
URL : https://metacpan.org/release/IO-Any
License : GPL+ or Artistic
Description : The aim is to provide read/write anything. The module tries to guess what
: the "anything" is based on some rules. See "new" method Pod for examples
: and "new" and "_guess_what" code for the implementation.