How to Install and Uninstall ghc-OneTuple Package on openSUSE Leap

Last updated: November 06,2024

1. Install "ghc-OneTuple" package

This tutorial shows how to install ghc-OneTuple on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-OneTuple

2. Uninstall "ghc-OneTuple" package

Here is a brief guide to show you how to uninstall ghc-OneTuple on openSUSE Leap:

$ sudo zypper remove ghc-OneTuple

3. Information about the ghc-OneTuple package on openSUSE Leap

Information for package ghc-OneTuple:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-OneTuple
Version : 0.4.1.1-150500.3.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 119.4 KiB
Installed : No
Status : not installed
Source package : ghc-OneTuple-0.4.1.1-150500.3.3.2.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).