How To Install ghc-mountpoints on Fedora 36

In this tutorial we learn how to install ghc-mountpoints in Fedora 36. ghc-mountpoints is List mount points

Introduction

In this tutorial we learn how to install ghc-mountpoints on Fedora 36.

What is ghc-mountpoints

Lists currently mounted filesystems. Works on

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

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

sudo dnf -y install ghc-mountpoints

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

sudo yum -y install ghc-mountpoints

How To Uninstall ghc-mountpoints on Fedora 36

To uninstall only the ghc-mountpoints package we can use the following command:

sudo dnf remove ghc-mountpoints

ghc-mountpoints Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/dda6b3bc76e9bb343033e9870b8d708d810ebe
/usr/lib64/libHSmountpoints-1.0.2-BiAKuuGr8vLAoScyuOwOfM-ghc8.10.5.so
/usr/share/licenses/ghc-mountpoints
/usr/share/licenses/ghc-mountpoints/LICENSE

References

Summary

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