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

Last updated: October 06,2024

1. Install "ghc-hgettext.x86_64" package

This guide covers the steps necessary to install ghc-hgettext.x86_64 on Fedora 35

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

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

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

Last metadata expiration check: 3:24:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-hgettext
Version : 0.1.31.0
Release : 14.fc35
Architecture : x86_64
Size : 26 k
Source : ghc-hgettext-0.1.31.0-14.fc35.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).