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

Last updated: October 06,2024

1. Install "ghc-doctest.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-doctest.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-doctest.x86_64" package

Here is a brief guide to show you how to uninstall ghc-doctest.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:07:16 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-doctest
Version : 0.13.0
Release : 4.1.el8
Architecture : x86_64
Size : 98 k
Source : ghc-doctest-0.13.0-4.1.el8.src.rpm
Repository : epel
Summary : Test interactive Haskell examples
URL : https://hackage.haskell.org/package/doctest
License : MIT
Description : The doctest program checks examples in source code comments. It is modeled
: after doctest for Python ().
:
: Documentation is at .