How to Install and Uninstall ghc-case-insensitive.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "ghc-case-insensitive.x86_64" package

This is a short guide on how to install ghc-case-insensitive.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-case-insensitive.x86_64

2. Uninstall "ghc-case-insensitive.x86_64" package

This guide let you learn how to uninstall ghc-case-insensitive.x86_64 on Fedora 36:

$ sudo dnf remove ghc-case-insensitive.x86_64 $ sudo dnf autoremove

3. Information about the ghc-case-insensitive.x86_64 package on Fedora 36

Last metadata expiration check: 4:14:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-case-insensitive
Version : 1.2.1.0
Release : 6.fc36
Architecture : x86_64
Size : 26 k
Source : ghc-case-insensitive-1.2.1.0-6.fc36.src.rpm
Repository : fedora
Summary : Case insensitive string comparison
URL : https://hackage.haskell.org/package/case-insensitive
License : BSD
Description : The module 'Data.CaseInsensitive' provides the 'CI' type constructor which can
: be parameterised by a string-like type like: 'String', 'ByteString', 'Text',
: etc.. Comparisons of values of the resulting type will be insensitive to cases.