How to Install and Uninstall ghc-doctest.x86_64 Package on Fedora 34

Last updated: June 26,2024

1. Install "ghc-doctest.x86_64" package

Please follow the instructions below to install ghc-doctest.x86_64 on Fedora 34

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

2. Uninstall "ghc-doctest.x86_64" package

Please follow the guidance below to uninstall ghc-doctest.x86_64 on Fedora 34:

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

3. Information about the ghc-doctest.x86_64 package on Fedora 34

Last metadata expiration check: 1:30:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-doctest
Version : 0.16.3
Release : 3.fc34
Architecture : x86_64
Size : 109 k
Source : ghc-doctest-0.16.3-3.fc34.src.rpm
Repository : fedora
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 .