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

Last updated: February 04,2025

1. Install "ghc-indents.x86_64" package

Learn how to install ghc-indents.x86_64 on Fedora 35

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

2. Uninstall "ghc-indents.x86_64" package

Here is a brief guide to show you how to uninstall ghc-indents.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:00:01 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-indents
Version : 0.5.0.1
Release : 6.fc35
Architecture : x86_64
Size : 29 k
Source : ghc-indents-0.5.0.1-6.fc35.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.