How To Install ghc-bower-json on Fedora 36
Introduction
In this tutorial we learn how to install ghc-bower-json
on Fedora 36.
What is ghc-bower-json
Bower is a package manager for the web (see <http provides a data type and ToJSON/FromJSON instances for Bower’s package manifest file, bower.json.
We can use yum
or dnf
to install ghc-bower-json
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-bower-json.
Install ghc-bower-json 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-bower-json
using dnf
by running the following command:
sudo dnf -y install ghc-bower-json
Install ghc-bower-json 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-bower-json
using yum
by running the following command:
sudo yum -y install ghc-bower-json
How To Uninstall ghc-bower-json on Fedora 36
To uninstall only the ghc-bower-json
package we can use the following command:
sudo dnf remove ghc-bower-json
ghc-bower-json Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/cdf016a5a1e16ff3f77a1d07947a462cc3fe05
/usr/lib64/libHSbower-json-1.0.0.1-kqWSS4dp7HLJYrkz3as4Z-ghc8.10.5.so
/usr/share/licenses/ghc-bower-json
/usr/share/licenses/ghc-bower-json/LICENSE
References
Summary
In this tutorial we learn how to install ghc-bower-json
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).