How to Install and Uninstall ghc-cabal-doctest.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

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

Please follow the instructions below to install ghc-cabal-doctest.x86_64 on AlmaLinux 9

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

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

Learn how to uninstall ghc-cabal-doctest.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-cabal-doctest.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:29:59 ago on Wed Mar 13 07:41:12 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'.