How to Install and Uninstall perl-FileHandle-Unget Package on openSuSE Tumbleweed

Last updated: May 04,2024

1. Install "perl-FileHandle-Unget" package

Here is a brief guide to show you how to install perl-FileHandle-Unget on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-FileHandle-Unget

2. Uninstall "perl-FileHandle-Unget" package

Please follow the step by step instructions below to uninstall perl-FileHandle-Unget on openSuSE Tumbleweed:

$ sudo zypper remove perl-FileHandle-Unget

3. Information about the perl-FileHandle-Unget package on openSuSE Tumbleweed

Information for package perl-FileHandle-Unget:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-FileHandle-Unget
Version : 0.1634-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 50.8 KiB
Installed : No
Status : not installed
Source package : perl-FileHandle-Unget-0.1634-1.23.src
Upstream URL : http://search.cpan.org/dist/FileHandle-Unget/
Summary : FileHandle which supports multi-byte unget
Description :
FileHandle::Unget operates exactly the same as FileHandle, except that it
provides a version of ungetc that allows you to unget more than one
character. It also provides ungets to unget a string.
This module is useful if the filehandle refers to a stream for which you
can't just 'seek()' backwards. Some operating systems support multi-byte
'ungetc()', but this is not guaranteed. Use this module if you want a
portable solution. In addition, on some operating systems, eof() will not
be reset if you ungetc after having read to the end of the file.
NOTE: Using 'sysread()' with 'ungetc()' and other buffering functions is
still a bad idea.