How to Install and Uninstall ghc-semigroups.x86_64 Package on CentOS Stream 8

Last updated: July 07,2024

1. Install "ghc-semigroups.x86_64" package

This tutorial shows how to install ghc-semigroups.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-semigroups.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-semigroups.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-semigroups.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:32:36 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-semigroups
Version : 0.18.5
Release : 1.el8
Architecture : x86_64
Size : 16 k
Source : ghc-semigroups-0.18.5-1.el8.src.rpm
Repository : epel
Summary : Anything that associates
URL : https://hackage.haskell.org/package/semigroups
License : BSD
Description : In mathematics, a semigroup is an algebraic structure consisting of a set
: together with an associative binary operation. A semigroup generalizes a monoid
: in that there might not exist an identity element. It also (originally)
: generalized a group (a monoid with all inverses) to a type where every element
: did not have to have an inverse, thus the name semigroup.