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

Last updated: April 30,2024

1. Install "ghc-hgettext.x86_64" package

Please follow the steps below to install ghc-hgettext.x86_64 on Fedora 34

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

2. Uninstall "ghc-hgettext.x86_64" package

Please follow the instructions below to uninstall ghc-hgettext.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:41:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-hgettext
Version : 0.1.31.0
Release : 12.fc34
Architecture : x86_64
Size : 25 k
Source : ghc-hgettext-0.1.31.0-12.fc34.src.rpm
Repository : fedora
Summary : Haskell binding to libintl
URL : https://hackage.haskell.org/package/hgettext
License : BSD
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).