How to Install and Uninstall ghc-pager Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "ghc-pager" package

In this section, we are going to explain the necessary steps to install ghc-pager on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-pager

2. Uninstall "ghc-pager" package

Please follow the step by step instructions below to uninstall ghc-pager on openSuSE Tumbleweed:

$ sudo zypper remove ghc-pager

3. Information about the ghc-pager package on openSuSE Tumbleweed

Information for package ghc-pager:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-pager
Version : 0.1.1.0-1.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.3 MiB
Installed : No
Status : not installed
Source package : ghc-pager-0.1.1.0-1.13.src
Upstream URL : https://hackage.haskell.org/package/pager
Summary : Open up a pager, like 'less' or 'more'
Description :
This opens up the user's $PAGER. On Linux, this is usually called 'less'.
On the various BSDs, this is usually 'more'.
CHANGES
[0.1.1.0] Add 'printOrPage' function and 'sendToPagerStrict' function.