How To Install ghc-typed-process-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-typed-process-devel on Fedora 36.

What is ghc-typed-process-devel

This package provides the Haskell typed-process library development files.

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

Install ghc-typed-process-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-typed-process-devel using dnf by running the following command:

sudo dnf -y install ghc-typed-process-devel

Install ghc-typed-process-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-typed-process-devel using yum by running the following command:

sudo yum -y install ghc-typed-process-devel

How To Uninstall ghc-typed-process-devel on Fedora 36

To uninstall only the ghc-typed-process-devel package we can use the following command:

sudo dnf remove ghc-typed-process-devel

ghc-typed-process-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/typed-process-0.2.6.0.conf
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/Paths_typed_process.dyn_hi
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/Paths_typed_process.hi
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/System
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/System/Process
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/System/Process/Typed
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/System/Process/Typed.dyn_hi
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/System/Process/Typed.hi
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/System/Process/Typed/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/System/Process/Typed/Internal.hi
/usr/lib64/ghc-8.10.5/typed-process-0.2.6.0/libHStyped-process-0.2.6.0-5pJDwgQwM3yGhyC8I31UaS.a
/usr/share/doc/ghc-typed-process-devel
/usr/share/doc/ghc-typed-process-devel/ChangeLog.md
/usr/share/doc/ghc-typed-process-devel/README.md

References

Summary

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