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

Last updated: May 21,2024

1. Install "ghc-OddWord" package

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

$ sudo zypper refresh $ sudo zypper install ghc-OddWord

2. Uninstall "ghc-OddWord" package

In this section, we are going to explain the necessary steps to uninstall ghc-OddWord on openSuSE Tumbleweed:

$ sudo zypper remove ghc-OddWord

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

Information for package ghc-OddWord:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-OddWord
Version : 1.0.2.0-1.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 111,1 KiB
Installed : No
Status : not installed
Source package : ghc-OddWord-1.0.2.0-1.13.src
Summary : Provides a wrapper for deriving word types with fewer bits
Description :
Provdes the 'OddWord' type, which wraps an existing integer type and exposes a
subset of its bits as a new narrower word type. Includes predefined type
synonyms for all the odd sized words up to 63 bits.