How To Install ghc-pretty-simple-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-pretty-simple-devel on Fedora 36.

What is ghc-pretty-simple-devel

This package provides the Haskell pretty-simple library development files.

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

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

sudo dnf -y install ghc-pretty-simple-devel

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

sudo yum -y install ghc-pretty-simple-devel

How To Uninstall ghc-pretty-simple-devel on Fedora 36

To uninstall only the ghc-pretty-simple-devel package we can use the following command:

sudo dnf remove ghc-pretty-simple-devel

ghc-pretty-simple-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/pretty-simple-4.0.0.0.conf
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Debug
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Debug/Pretty
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Debug/Pretty/Simple.dyn_hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Debug/Pretty/Simple.hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple.dyn_hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple.hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal.hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/Color.dyn_hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/Color.hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/Expr.dyn_hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/Expr.hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/ExprParser.dyn_hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/ExprParser.hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/Printer.dyn_hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/Text/Pretty/Simple/Internal/Printer.hi
/usr/lib64/ghc-8.10.5/pretty-simple-4.0.0.0/libHSpretty-simple-4.0.0.0-KuCEclF2YOyAHwdPhjBzA8.a
/usr/share/doc/ghc-pretty-simple-devel
/usr/share/doc/ghc-pretty-simple-devel/CHANGELOG.md
/usr/share/doc/ghc-pretty-simple-devel/README.md
/usr/share/doc/ghc-pretty-simple-devel/example
/usr/share/doc/ghc-pretty-simple-devel/example/Example
/usr/share/doc/ghc-pretty-simple-devel/example/Example.hs
/usr/share/doc/ghc-pretty-simple-devel/example/Example/Data.hs
/usr/share/doc/ghc-pretty-simple-devel/example/ExampleJSON.hs

References

Summary

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