How to Install and Uninstall gtk2hs-buildtools Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "gtk2hs-buildtools" package

This tutorial shows how to install gtk2hs-buildtools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gtk2hs-buildtools

2. Uninstall "gtk2hs-buildtools" package

This guide covers the steps necessary to uninstall gtk2hs-buildtools on openSuSE Tumbleweed:

$ sudo zypper remove gtk2hs-buildtools

3. Information about the gtk2hs-buildtools package on openSuSE Tumbleweed

Information for package gtk2hs-buildtools:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gtk2hs-buildtools
Version : 0.13.10.0-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.4 MiB
Installed : No
Status : not installed
Source package : gtk2hs-buildtools-0.13.10.0-2.4.src
Upstream URL : https://hackage.haskell.org/package/gtk2hs-buildtools
Summary : Tools to build the Gtk2Hs suite of User Interface libraries
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.