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

Last updated: September 26,2024

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

Please follow the instructions below to install ghc-code-page.x86_64 on Fedora 35

$ 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 Fedora 35:

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

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

Last metadata expiration check: 2:02:19 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-code-page
Version : 0.2.1
Release : 1.fc35
Architecture : x86_64
Size : 19 k
Source : ghc-code-page-0.2.1-1.fc35.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.