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

Last updated: June 30,2024

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

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

$ 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 8:

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

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

Last metadata expiration check: 4:04:00 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-code-page
Version : 0.1.3
Release : 3.el8
Architecture : x86_64
Size : 12 k
Source : ghc-code-page-0.1.3-3.el8.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.