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

Last updated: September 30,2024

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

Please follow the step by step instructions below to install perl-FileHandle-Unget.noarch on Fedora 36

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

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

Please follow the steps below to uninstall perl-FileHandle-Unget.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:08:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-FileHandle-Unget
Version : 0.1634
Release : 12.fc36
Architecture : noarch
Size : 28 k
Source : perl-FileHandle-Unget-0.1634-12.fc36.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.