How to Install and Uninstall ghc-dec.x86_64 Package on Fedora 36
Last updated: November 26,2024
1. Install "ghc-dec.x86_64" package
This guide covers the steps necessary to install ghc-dec.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
ghc-dec.x86_64
Copied
2. Uninstall "ghc-dec.x86_64" package
Please follow the instructions below to uninstall ghc-dec.x86_64 on Fedora 36:
$
sudo dnf remove
ghc-dec.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-dec.x86_64 package on Fedora 36
Last metadata expiration check: 1:16:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-dec
Version : 0.0.4
Release : 2.fc36
Architecture : x86_64
Size : 15 k
Source : ghc-dec-0.0.4-2.fc36.src.rpm
Repository : fedora
Summary : Decidable propositions
URL : https://hackage.haskell.org/package/dec
License : BSD
Description : This package provides a 'Dec' type.
:
: ' type Neg a = a -> Void
:
: data Dec a = Yes a | No (Neg a) '.
Available Packages
Name : ghc-dec
Version : 0.0.4
Release : 2.fc36
Architecture : x86_64
Size : 15 k
Source : ghc-dec-0.0.4-2.fc36.src.rpm
Repository : fedora
Summary : Decidable propositions
URL : https://hackage.haskell.org/package/dec
License : BSD
Description : This package provides a 'Dec' type.
:
: ' type Neg a = a -> Void
:
: data Dec a = Yes a | No (Neg a) '.