How to Install and Uninstall ghc-code-page.x86_64 Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "ghc-code-page.x86_64" package

Please follow the guidelines below to install ghc-code-page.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghc-code-page.x86_64

2. Uninstall "ghc-code-page.x86_64" package

Please follow the step by step instructions below to uninstall ghc-code-page.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghc-code-page.x86_64 $ sudo dnf autoremove

3. Information about the ghc-code-page.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:37:38 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-code-page
Version : 0.2.1
Release : 2.el9
Architecture : x86_64
Size : 19 k
Source : ghc-code-page-0.2.1-2.el9.src.rpm
Repository : epel
Summary : Windows code page library for Haskell
URL : https://hackage.haskell.org/package/code-page
License : BSD
Description : This library provides two modules:
:
: * "System.IO.CodePage": a cross-platform module that exports functions which
: adjust code pages on Windows, and do nothing on other operating systems.
:
: * "System.Win32.CodePage": On Windows, this exports functions for getting,
: setting, and analyzing code pages. On other operating systems, this module
: exports nothing.