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

Last updated: April 26,2024

1. Install "ghc-indents.x86_64" package

Please follow the instructions below to install ghc-indents.x86_64 on Fedora 34

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

2. Uninstall "ghc-indents.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-indents.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:20:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-indents
Version : 0.5.0.1
Release : 4.fc34
Architecture : x86_64
Size : 28 k
Source : ghc-indents-0.5.0.1-4.fc34.src.rpm
Repository : fedora
Summary : Indentation sensitive parser-combinators for parsec
URL : https://hackage.haskell.org/package/indents
License : BSD
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.