How to Install and Uninstall ghc-semigroups.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "ghc-semigroups.x86_64" package

Please follow the steps below to install ghc-semigroups.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-semigroups.x86_64" package

This guide covers the steps necessary to uninstall ghc-semigroups.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-semigroups.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:42:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-semigroups
Version : 0.19.2
Release : 1.el9
Architecture : x86_64
Size : 16 k
Source : ghc-semigroups-0.19.2-1.el9.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.