How to Install and Uninstall perl-IO-Pager Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-IO-Pager" package

This guide covers the steps necessary to install perl-IO-Pager on openSUSE Leap

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

2. Uninstall "perl-IO-Pager" package

Learn how to uninstall perl-IO-Pager on openSUSE Leap:

$ sudo zypper remove perl-IO-Pager

3. Information about the perl-IO-Pager package on openSUSE Leap

Information for package perl-IO-Pager:
--------------------------------------
Repository : Main Repository
Name : perl-IO-Pager
Version : 2.10-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 124.0 KiB
Installed : No
Status : not installed
Source package : perl-IO-Pager-2.10-bp155.2.9.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.