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

Last updated: November 27,2024

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

This guide covers the steps necessary to install perl-IO-Null.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-IO-Null.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:03:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-IO-Null
Version : 1.01
Release : 40.fc35
Architecture : noarch
Size : 14 k
Source : perl-IO-Null-1.01-40.fc35.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.