How to Install and Uninstall ghc-colour.x86_64 Package on Rocky Linux 9

Last updated: May 03,2024

1. Install "ghc-colour.x86_64" package

Here is a brief guide to show you how to install ghc-colour.x86_64 on Rocky Linux 9

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

2. Uninstall "ghc-colour.x86_64" package

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

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

3. Information about the ghc-colour.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:23:57 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-colour
Version : 2.3.6
Release : 2.el9
Architecture : x86_64
Size : 92 k
Source : ghc-colour-2.3.6-2.el9.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.