How to Install and Uninstall ghc-cabal-doctest.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: January 04,2025

1. Install "ghc-cabal-doctest.x86_64" package

This is a short guide on how to install ghc-cabal-doctest.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-cabal-doctest.x86_64

2. Uninstall "ghc-cabal-doctest.x86_64" package

Please follow the guidance below to uninstall ghc-cabal-doctest.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-cabal-doctest.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cabal-doctest.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-cabal-doctest
Version : 1.0.9
Release : 1.el9
Architecture : x86_64
Size : 35 k
Source : ghc-cabal-doctest-1.0.9-1.el9.src.rpm
Repository : epel
Summary : A Setup.hs helper for running doctests
URL : https://hackage.haskell.org/package/cabal-doctest
License : BSD
Description : As of now (end of 2021), there isn't 'cabal doctest' command. Yet, to properly
: work, 'doctest' needs plenty of configuration. This library provides the common
: bits for writing a custom 'Setup.hs'.