How To Install ghc-hs-bibutils on Fedora 36
Introduction
In this tutorial we learn how to install ghc-hs-bibutils
on Fedora 36.
What is ghc-hs-bibutils
Haskell bindings to Chris Putnam’s bibutils, a library that converts between various bibliography formats using a common MODS-format XML intermediate.
We can use yum
or dnf
to install ghc-hs-bibutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-hs-bibutils.
Install ghc-hs-bibutils 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-hs-bibutils
using dnf
by running the following command:
sudo dnf -y install ghc-hs-bibutils
Install ghc-hs-bibutils 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-hs-bibutils
using yum
by running the following command:
sudo yum -y install ghc-hs-bibutils
How To Uninstall ghc-hs-bibutils on Fedora 36
To uninstall only the ghc-hs-bibutils
package we can use the following command:
sudo dnf remove ghc-hs-bibutils
ghc-hs-bibutils Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/d0b0141cc9a7c4efe0af9255fd501ec7286d81
/usr/lib64/libHShs-bibutils-6.10.0.0-8SW91eGvCoZPiiGWmpWBc-ghc8.10.5.so
/usr/share/licenses/ghc-hs-bibutils
/usr/share/licenses/ghc-hs-bibutils/LICENSE
References
Summary
In this tutorial we learn how to install ghc-hs-bibutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).