How to Install and Uninstall pygtk2.x86_64 Package on Fedora 39

Last updated: November 26,2024

1. Install "pygtk2.x86_64" package

This guide covers the steps necessary to install pygtk2.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install pygtk2.x86_64

2. Uninstall "pygtk2.x86_64" package

Learn how to uninstall pygtk2.x86_64 on Fedora 39:

$ sudo dnf remove pygtk2.x86_64 $ sudo dnf autoremove

3. Information about the pygtk2.x86_64 package on Fedora 39

Last metadata expiration check: 2:41:56 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : pygtk2
Version : 2.24.0
Release : 41.fc39
Architecture : x86_64
Size : 910 k
Source : pygtk2-2.24.0-41.fc39.src.rpm
Repository : fedora
Summary : Python bindings for GTK+
URL : http://www.pygtk.org/
License : LGPL-2.0-or-later
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.