How to Install and Uninstall gtk2hs-buildtools.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "gtk2hs-buildtools.x86_64" package

Please follow the guidance below to install gtk2hs-buildtools.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install gtk2hs-buildtools.x86_64

2. Uninstall "gtk2hs-buildtools.x86_64" package

Please follow the step by step instructions below to uninstall gtk2hs-buildtools.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove gtk2hs-buildtools.x86_64 $ sudo dnf autoremove

3. Information about the gtk2hs-buildtools.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:12:00 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : gtk2hs-buildtools
Version : 0.13.4.0
Release : 1.el8
Architecture : x86_64
Size : 19 k
Source : gtk2hs-buildtools-0.13.4.0-1.el8.src.rpm
Repository : epel
Summary : Tools to build the Gtk2Hs suite of User Interface libraries
URL : https://hackage.haskell.org/package/gtk2hs-buildtools
License : GPLv2+
Description : This package provides a set of helper programs necessary to build the Gtk2Hs
: suite of libraries. These tools include a modified c2hs binding tool that is
: used to generate FFI declarations, a tool to build a type hierarchy that
: mirrors the C type hierarchy of GObjects found in glib, and a generator for
: signal declarations that are used to call back from C to Haskell.
: These tools are not needed to actually run Gtk2Hs programs.