How to Install and Uninstall perl-FileHandle-Unget.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "perl-FileHandle-Unget.noarch" package

Please follow the guidance below to install perl-FileHandle-Unget.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-FileHandle-Unget.noarch

2. Uninstall "perl-FileHandle-Unget.noarch" package

Here is a brief guide to show you how to uninstall perl-FileHandle-Unget.noarch on Fedora 35:

$ sudo dnf remove perl-FileHandle-Unget.noarch $ sudo dnf autoremove

3. Information about the perl-FileHandle-Unget.noarch package on Fedora 35

Last metadata expiration check: 4:03:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-FileHandle-Unget
Version : 0.1634
Release : 11.fc35
Architecture : noarch
Size : 28 k
Source : perl-FileHandle-Unget-0.1634-11.fc35.src.rpm
Repository : fedora
Summary : A FileHandle that supports ungetting of multiple bytes
URL : https://metacpan.org/release/FileHandle-Unget
License : GPLv2
Description : FileHandle::Unget is a drop-in replacement for FileHandle that allows more
: than one byte to be placed back on the input. It supports an ungetc(ORD), which
: can be called more than once in a row, and an ungets(SCALAR), which places a
: string of bytes back on the input.