How to Install and Uninstall ghc-gray-code Package on openSUSE Leap
Last updated: January 11,2025
1. Install "ghc-gray-code" package
This guide covers the steps necessary to install ghc-gray-code on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-gray-code
Copied
2. Uninstall "ghc-gray-code" package
This guide let you learn how to uninstall ghc-gray-code on openSUSE Leap:
$
sudo zypper remove
ghc-gray-code
Copied
3. Information about the ghc-gray-code package on openSUSE Leap
Information for package ghc-gray-code:
--------------------------------------
Repository : Main Repository
Name : ghc-gray-code
Version : 0.3.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 36.0 KiB
Installed : No
Status : not installed
Source package : ghc-gray-code-0.3.1-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/gray-code
Summary : Gray code encoder/decoder
Description :
Gray code is a binary numeral system where two successive numbers differ in
only one bit.
This package allows to convert numbers to one of the possible Gray codes and
back. Two binary representations of a number are supported: '[Bool]' and types
of 'FiniteBits' type class. 'FiniteBits' is the default implementation.
--------------------------------------
Repository : Main Repository
Name : ghc-gray-code
Version : 0.3.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 36.0 KiB
Installed : No
Status : not installed
Source package : ghc-gray-code-0.3.1-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/gray-code
Summary : Gray code encoder/decoder
Description :
Gray code is a binary numeral system where two successive numbers differ in
only one bit.
This package allows to convert numbers to one of the possible Gray codes and
back. Two binary representations of a number are supported: '[Bool]' and types
of 'FiniteBits' type class. 'FiniteBits' is the default implementation.