How To Install ghc-abstract-deque on Fedora 36

In this tutorial we learn how to install ghc-abstract-deque in Fedora 36. ghc-abstract-deque is Abstract, parameterized interface to mutable Deques

Introduction

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

What is ghc-abstract-deque

An abstract interface to highly-parameterizable queues/deques. Background * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues … with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on ‘IORef’ and “Data.Sequence”.

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

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

sudo dnf -y install ghc-abstract-deque

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

sudo yum -y install ghc-abstract-deque

How To Uninstall ghc-abstract-deque on Fedora 36

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

sudo dnf remove ghc-abstract-deque

ghc-abstract-deque Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/19c1c6d599d345530187b6f1d8870c81c59b14
/usr/lib64/libHSabstract-deque-0.3-7LNxoIg5ft37x9774CYhC7-ghc8.10.5.so
/usr/share/licenses/ghc-abstract-deque
/usr/share/licenses/ghc-abstract-deque/LICENSE

References

Summary

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