How to Install and Uninstall pygtk2.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 21,2024

1. Install "pygtk2.x86_64" package

Please follow the steps below to install pygtk2.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install pygtk2.x86_64

2. Uninstall "pygtk2.x86_64" package

Please follow the step by step instructions below to uninstall pygtk2.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove pygtk2.x86_64 $ sudo dnf autoremove

3. Information about the pygtk2.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:37:40 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : pygtk2
Version : 2.24.0
Release : 24.module_el8.0.0+36+bb6a76a2
Architecture : x86_64
Size : 932 k
Source : pygtk2-2.24.0-24.module_el8.0.0+36+bb6a76a2.src.rpm
Repository : appstream
Summary : Python bindings for GTK+
URL : http://www.pygtk.org/
License : LGPLv2+
Description : PyGTK is an extension module for Python that gives you access to the GTK+
: widget set. Just about anything you can write in C with GTK+ you can write
: in Python with PyGTK (within reason), but with all the benefits of using a
: high-level scripting language.