How to Install and Uninstall ghc-dec.x86_64 Package on Fedora 38

Last updated: January 18,2025

1. Install "ghc-dec.x86_64" package

This guide covers the steps necessary to install ghc-dec.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-dec.x86_64

2. Uninstall "ghc-dec.x86_64" package

This tutorial shows how to uninstall ghc-dec.x86_64 on Fedora 38:

$ sudo dnf remove ghc-dec.x86_64 $ sudo dnf autoremove

3. Information about the ghc-dec.x86_64 package on Fedora 38

Last metadata expiration check: 2:34:18 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-dec
Version : 0.0.5
Release : 1.fc38
Architecture : x86_64
Size : 16 k
Source : ghc-dec-0.0.5-1.fc38.src.rpm
Repository : fedora
Summary : Decidable propositions
URL : https://hackage.haskell.org/package/dec
License : BSD-3-Clause
Description : This package provides a 'Dec' type.
:
: ' type Neg a = a -> Void
:
: data Dec a = Yes a | No (Neg a) '.