How to Install and Uninstall pygtk2.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "pygtk2.x86_64" package

This is a short guide on how to install pygtk2.x86_64 on Rocky Linux 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 Rocky Linux 8:

$ sudo dnf remove pygtk2.x86_64 $ sudo dnf autoremove

3. Information about the pygtk2.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:03:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : pygtk2
Version : 2.24.0
Release : 24.module+el8.3.0+157+a69fdc85
Architecture : x86_64
Size : 930 k
Source : pygtk2-2.24.0-24.module+el8.3.0+157+a69fdc85.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.