How to Install and Uninstall perl-IO-Pager Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-IO-Pager" package

In this section, we are going to explain the necessary steps to install perl-IO-Pager on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-IO-Pager

2. Uninstall "perl-IO-Pager" package

Please follow the steps below to uninstall perl-IO-Pager on openSuSE Tumbleweed:

$ sudo zypper remove perl-IO-Pager

3. Information about the perl-IO-Pager package on openSuSE Tumbleweed

Information for package perl-IO-Pager:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IO-Pager
Version : 2.10-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 122.3 KiB
Installed : No
Status : not installed
Source package : perl-IO-Pager-2.10-1.16.src
Upstream URL : https://metacpan.org/release/IO-Pager
Summary : Select a pager (possibly perl-based) & pipe it text if a TTY
Description :
IO::Pager can be used to locate an available pager and set the _PAGER_
environment variable (see NOTES). It is also a factory for creating I/O
objects such as IO::Pager::Buffered and IO::Pager::Unbuffered.
IO::Pager subclasses are designed to programmatically decide whether or not
to pipe a filehandle's output to a program specified in _PAGER_. Subclasses
may implement only the IO handle methods desired and inherit the remainder
of those outlined below from IO::Pager. For anything else, YMMV. See the
appropriate subclass for implementation specific details.