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

Last updated: October 09,2024

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

Please follow the instructions below to install perl-IO-Null.noarch on Fedora 36

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

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

Please follow the steps below to uninstall perl-IO-Null.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:35:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-IO-Null
Version : 1.01
Release : 41.fc36
Architecture : noarch
Size : 14 k
Source : perl-IO-Null-1.01-41.fc36.src.rpm
Repository : fedora
Summary : Class for null filehandles
URL : https://metacpan.org/release/IO-Null
License : GPL+ or Artistic
Description : IO::Null is a class for null filehandles. Calling a constructor of
: this class always succeeds, returning a new null filehandle. Writing
: to any object of this class is always a no-operation, and returns
: true. Reading from any object of this class is always no-operation,
: and returns empty-string or empty-list, as appropriate.