How To Install ghc-typed-process on Fedora 36

In this tutorial we learn how to install ghc-typed-process in Fedora 36. ghc-typed-process is Run external processes, with strong typing of streams

Introduction

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

What is ghc-typed-process

Please see the tutorial at <https

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

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

sudo dnf -y install ghc-typed-process

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

sudo yum -y install ghc-typed-process

How To Uninstall ghc-typed-process on Fedora 36

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

sudo dnf remove ghc-typed-process

ghc-typed-process Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/d5f7714a4aa426a61c54fbb8fa5245ead5aad9
/usr/lib64/libHStyped-process-0.2.6.0-5pJDwgQwM3yGhyC8I31UaS-ghc8.10.5.so
/usr/share/licenses/ghc-typed-process
/usr/share/licenses/ghc-typed-process/LICENSE

References

Summary

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