How To Install ghc-vector-algorithms on Fedora 36

In this tutorial we learn how to install ghc-vector-algorithms in Fedora 36. ghc-vector-algorithms is Efficient algorithms for vector arrays

Introduction

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

What is ghc-vector-algorithms

Efficient algorithms for sorting vector arrays. At some stage other vector algorithms may be added.

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

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

sudo dnf -y install ghc-vector-algorithms

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

sudo yum -y install ghc-vector-algorithms

How To Uninstall ghc-vector-algorithms on Fedora 36

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

sudo dnf remove ghc-vector-algorithms

ghc-vector-algorithms Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/effd1249331baedf5e3c1bdc11b7715d5ba917
/usr/lib64/libHSvector-algorithms-0.8.0.4-BB9ZJ1gne0aFKFXXXUYfJu-ghc8.10.5.so
/usr/share/licenses/ghc-vector-algorithms
/usr/share/licenses/ghc-vector-algorithms/LICENSE

References

Summary

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