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

Last updated: October 07,2024

1. Install "ghc-colour.x86_64" package

This guide covers the steps necessary to install ghc-colour.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-colour.x86_64" package

Please follow the guidelines below to uninstall ghc-colour.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 5:16:26 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-colour
Version : 2.3.4
Release : 2.el8
Architecture : x86_64
Size : 99 k
Source : ghc-colour-2.3.4-2.el8.src.rpm
Repository : epel
Summary : A model for human color perception
URL : https://hackage.haskell.org/package/colour
License : MIT
Description : This package provides a data type for colors and transparency.
: Colors can be blended and composed. Various color spaces are supported.
: A module of color names ("Data.Colour.Names") is provided.