How to Install and Uninstall ghc-strict.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-strict.x86_64" package

This tutorial shows how to install ghc-strict.x86_64 on Fedora 34

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

2. Uninstall "ghc-strict.x86_64" package

This guide covers the steps necessary to uninstall ghc-strict.x86_64 on Fedora 34:

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

3. Information about the ghc-strict.x86_64 package on Fedora 34

Last metadata expiration check: 3:04:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-strict
Version : 0.3.2
Release : 30.fc34
Architecture : x86_64
Size : 29 k
Source : ghc-strict-0.3.2-30.fc34.src.rpm
Repository : fedora
Summary : Strict data types and String IO
URL : https://hackage.haskell.org/package/strict
License : BSD
Description : This package provides strict versions of some standard Haskell data types
: (pairs, Maybe and Either). It also contains strict IO operations.