How To Install ghc-language-docker-prof on Fedora 36

In this tutorial we learn how to install ghc-language-docker-prof in Fedora 36. ghc-language-docker-prof is Haskell language-docker profiling library

Introduction

In this tutorial we learn how to install ghc-language-docker-prof on Fedora 36.

What is ghc-language-docker-prof

This package provides the Haskell language-docker profiling library.

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

Install ghc-language-docker-prof 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-language-docker-prof using dnf by running the following command:

sudo dnf -y install ghc-language-docker-prof

Install ghc-language-docker-prof 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-language-docker-prof using yum by running the following command:

sudo yum -y install ghc-language-docker-prof

How To Uninstall ghc-language-docker-prof on Fedora 36

To uninstall only the ghc-language-docker-prof package we can use the following command:

sudo dnf remove ghc-language-docker-prof

ghc-language-docker-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Arguments.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Cmd.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Copy.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Expose.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/From.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Healthcheck.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Instruction.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Pairs.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Prelude.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Parser/Run.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/PrettyPrint.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Language/Docker/Syntax.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/Paths_language_docker.p_hi
/usr/lib64/ghc-8.10.5/language-docker-10.1.0/libHSlanguage-docker-10.1.0-oHY2zuhDi59FG3B5zoM7p_p.a

References

Summary

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