How to Install and Uninstall ghc-indents.x86_64 Package on Fedora 39

Last updated: November 28,2024

1. Install "ghc-indents.x86_64" package

Please follow the steps below to install ghc-indents.x86_64 on Fedora 39

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

2. Uninstall "ghc-indents.x86_64" package

Please follow the guidelines below to uninstall ghc-indents.x86_64 on Fedora 39:

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

3. Information about the ghc-indents.x86_64 package on Fedora 39

Last metadata expiration check: 2:46:43 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-indents
Version : 0.5.0.1
Release : 17.fc39
Architecture : x86_64
Size : 28 k
Source : ghc-indents-0.5.0.1-17.fc39.src.rpm
Repository : fedora
Summary : Indentation sensitive parser-combinators for parsec
URL : https://hackage.haskell.org/package/indents
License : BSD-3-Clause
Description : This library provides functions for use in parsing indentation sensitive
: contexts. It parses blocks of lines all indented to the same level as well as
: lines continued at an indented level below.