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

Last updated: October 05,2024

1. Install "pygtk2.x86_64" package

Here is a brief guide to show you how to install pygtk2.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pygtk2.x86_64

2. Uninstall "pygtk2.x86_64" package

Learn how to uninstall pygtk2.x86_64 on Fedora 34:

$ sudo dnf remove pygtk2.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:45:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pygtk2
Version : 2.24.0
Release : 34.fc34
Architecture : x86_64
Size : 972 k
Source : pygtk2-2.24.0-34.fc34.src.rpm
Repository : fedora
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.