How to Install and Uninstall ghc-psqueues.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "ghc-psqueues.x86_64" package

This tutorial shows how to install ghc-psqueues.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-psqueues.x86_64

2. Uninstall "ghc-psqueues.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-psqueues.x86_64 on Fedora 34:

$ sudo dnf remove ghc-psqueues.x86_64 $ sudo dnf autoremove

3. Information about the ghc-psqueues.x86_64 package on Fedora 34

Last metadata expiration check: 0:50:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-psqueues
Version : 0.2.7.2
Release : 6.fc34
Architecture : x86_64
Size : 97 k
Source : ghc-psqueues-0.2.7.2-6.fc34.src.rpm
Repository : fedora
Summary : Pure priority search queues
URL : https://hackage.haskell.org/package/psqueues
License : BSD
Description : The psqueues package provides Priority Search Queues> in three different
: flavors. Each of the three implementations provides the same API, so they can
: be used interchangeably. Typical applications of Priority Search Queues
: include:
:
: * Caches, and more specifically LRU Caches;
:
: * Schedulers;
:
: * Pathfinding algorithms, such as Dijkstra's and A*.