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

Last updated: July 03,2024

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

Here is a brief guide to show you how to install ghc-cabal-doctest.x86_64 on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall ghc-cabal-doctest.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 3:02:38 ago on Thu Feb 15 07:50:05 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'.