How to Install and Uninstall ghc-hgettext.x86_64 Package on Fedora 39

Last updated: September 25,2024

1. Install "ghc-hgettext.x86_64" package

Please follow the instructions below to install ghc-hgettext.x86_64 on Fedora 39

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

2. Uninstall "ghc-hgettext.x86_64" package

This tutorial shows how to uninstall ghc-hgettext.x86_64 on Fedora 39:

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

3. Information about the ghc-hgettext.x86_64 package on Fedora 39

Last metadata expiration check: 4:39:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-hgettext
Version : 0.1.40.1
Release : 4.fc39
Architecture : x86_64
Size : 24 k
Source : ghc-hgettext-0.1.40.1-4.fc39.src.rpm
Repository : fedora
Summary : Haskell binding to libintl
URL : https://hackage.haskell.org/package/hgettext
License : BSD-3-Clause
Description : This package provides bindings to the 'gettext' internationalization and
: localization (i18n) library.
:
: This package provides support for custom 'Setup.hs' scripts via the
: "Distribution.Simple.I18N.GetText" module.
:
: A user-contributed tutorial can be found in the [Haskell
: Wiki](https://wiki.haskell.org/Internationalization_of_Haskell_programs_using_gettext).