How To Install ghc-aeson-pretty-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-aeson-pretty-devel
on Fedora 36.
What is ghc-aeson-pretty-devel
This package provides the Haskell aeson-pretty library development files.
We can use yum
or dnf
to install ghc-aeson-pretty-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-aeson-pretty-devel.
Install ghc-aeson-pretty-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-aeson-pretty-devel
using dnf
by running the following command:
sudo dnf -y install ghc-aeson-pretty-devel
Install ghc-aeson-pretty-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-aeson-pretty-devel
using yum
by running the following command:
sudo yum -y install ghc-aeson-pretty-devel
How To Uninstall ghc-aeson-pretty-devel on Fedora 36
To uninstall only the ghc-aeson-pretty-devel
package we can use the following command:
sudo dnf remove ghc-aeson-pretty-devel
ghc-aeson-pretty-devel Package Contents on Fedora 36
/usr/bin/aeson-pretty
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/76803395f2cb97993b939451f5fcbd1e0b9c1e
/usr/lib64/ghc-8.10.5/aeson-pretty-0.8.8
/usr/lib64/ghc-8.10.5/aeson-pretty-0.8.8/Data
/usr/lib64/ghc-8.10.5/aeson-pretty-0.8.8/Data/Aeson
/usr/lib64/ghc-8.10.5/aeson-pretty-0.8.8/Data/Aeson/Encode
/usr/lib64/ghc-8.10.5/aeson-pretty-0.8.8/Data/Aeson/Encode/Pretty.dyn_hi
/usr/lib64/ghc-8.10.5/aeson-pretty-0.8.8/Data/Aeson/Encode/Pretty.hi
/usr/lib64/ghc-8.10.5/aeson-pretty-0.8.8/libHSaeson-pretty-0.8.8-1ISH4mh6TOF8UUuUlvjirq.a
/usr/lib64/ghc-8.10.5/package.conf.d/aeson-pretty-0.8.8.conf
/usr/share/doc/ghc-aeson-pretty-devel
/usr/share/doc/ghc-aeson-pretty-devel/README.markdown
References
Summary
In this tutorial we learn how to install ghc-aeson-pretty-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).