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

Last updated: May 05,2024

1. Install "ghc-OneTuple" package

Please follow the steps below to install ghc-OneTuple on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-OneTuple

2. Uninstall "ghc-OneTuple" package

Please follow the guidelines below to uninstall ghc-OneTuple on openSuSE Tumbleweed:

$ sudo zypper remove ghc-OneTuple

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

Information for package ghc-OneTuple:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-OneTuple
Version : 0.4.1.1-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 19.5 KiB
Installed : No
Status : not installed
Source package : ghc-OneTuple-0.4.1.1-3.4.src
Upstream URL : https://hackage.haskell.org/package/OneTuple
Summary : Singleton Tuple
Description :
This package is a compatibility package for a singleton data type
> data Solo a = MkSolo a
Note: it's not a 'newtype'
'Solo' is available in 'base-4.16' (GHC-9.2).