How To Install ghc-cabal-doctest-devel on Fedora 36

In this tutorial we learn how to install ghc-cabal-doctest-devel in Fedora 36. ghc-cabal-doctest-devel is Haskell cabal-doctest library development files

Introduction

In this tutorial we learn how to install ghc-cabal-doctest-devel on Fedora 36.

What is ghc-cabal-doctest-devel

This package provides the Haskell cabal-doctest library development files.

We can use yum or dnf to install ghc-cabal-doctest-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-cabal-doctest-devel.

Install ghc-cabal-doctest-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-cabal-doctest-devel using dnf by running the following command:

sudo dnf -y install ghc-cabal-doctest-devel

Install ghc-cabal-doctest-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-cabal-doctest-devel using yum by running the following command:

sudo yum -y install ghc-cabal-doctest-devel

How To Uninstall ghc-cabal-doctest-devel on Fedora 36

To uninstall only the ghc-cabal-doctest-devel package we can use the following command:

sudo dnf remove ghc-cabal-doctest-devel

ghc-cabal-doctest-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/cabal-doctest-1.0.8
/usr/lib64/ghc-8.10.5/cabal-doctest-1.0.8/Distribution
/usr/lib64/ghc-8.10.5/cabal-doctest-1.0.8/Distribution/Extra
/usr/lib64/ghc-8.10.5/cabal-doctest-1.0.8/Distribution/Extra/Doctest.dyn_hi
/usr/lib64/ghc-8.10.5/cabal-doctest-1.0.8/Distribution/Extra/Doctest.hi
/usr/lib64/ghc-8.10.5/cabal-doctest-1.0.8/libHScabal-doctest-1.0.8-C2NU0MzNPJgFFyaSwaSZPn.a
/usr/lib64/ghc-8.10.5/package.conf.d/cabal-doctest-1.0.8.conf
/usr/share/doc/ghc-cabal-doctest-devel
/usr/share/doc/ghc-cabal-doctest-devel/ChangeLog.md
/usr/share/doc/ghc-cabal-doctest-devel/README.md

References

Summary

In this tutorial we learn how to install ghc-cabal-doctest-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).