How to Install and Uninstall ghc-code-page.x86_64 Package on Fedora 34

Last updated: July 01,2024

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

This tutorial shows how to install ghc-code-page.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall ghc-code-page.x86_64 on Fedora 34:

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

3. Information about the ghc-code-page.x86_64 package on Fedora 34

Last metadata expiration check: 0:36:32 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-code-page
Version : 0.2
Release : 5.fc34
Architecture : x86_64
Size : 19 k
Source : ghc-code-page-0.2-5.fc34.src.rpm
Repository : fedora
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.