How To Install gtk2hs-buildtools-common on Fedora 36
Introduction
In this tutorial we learn how to install gtk2hs-buildtools-common
on Fedora 36.
What is gtk2hs-buildtools-common
This package provides the gtk2hs-buildtools common data files.
We can use yum
or dnf
to install gtk2hs-buildtools-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gtk2hs-buildtools-common.
Install gtk2hs-buildtools-common on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gtk2hs-buildtools-common
using dnf
by running the following command:
sudo dnf -y install gtk2hs-buildtools-common
Install gtk2hs-buildtools-common on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gtk2hs-buildtools-common
using yum
by running the following command:
sudo yum -y install gtk2hs-buildtools-common
How To Uninstall gtk2hs-buildtools-common on Fedora 36
To uninstall only the gtk2hs-buildtools-common
package we can use the following command:
sudo dnf remove gtk2hs-buildtools-common
gtk2hs-buildtools-common Package Contents on Fedora 36
/usr/share/gtk2hs-buildtools-0.13.8.2
/usr/share/gtk2hs-buildtools-0.13.8.2/callbackGen
/usr/share/gtk2hs-buildtools-0.13.8.2/callbackGen/Signal.chs.template
/usr/share/gtk2hs-buildtools-0.13.8.2/hierarchyGen
/usr/share/gtk2hs-buildtools-0.13.8.2/hierarchyGen/Hierarchy.chs.template
/usr/share/gtk2hs-buildtools-0.13.8.2/hierarchyGen/hierarchy.list
/usr/share/licenses/gtk2hs-buildtools-common
/usr/share/licenses/gtk2hs-buildtools-common/COPYING
References
Summary
In this tutorial we learn how to install gtk2hs-buildtools-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).