How to Install and Uninstall python3-gobject.x86_64 Package on Rocky Linux 9

Last updated: October 07,2024

1. Install "python3-gobject.x86_64" package

In this section, we are going to explain the necessary steps to install python3-gobject.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-gobject.x86_64

2. Uninstall "python3-gobject.x86_64" package

Here is a brief guide to show you how to uninstall python3-gobject.x86_64 on Rocky Linux 9:

$ sudo dnf remove python3-gobject.x86_64 $ sudo dnf autoremove

3. Information about the python3-gobject.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:16:02 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-gobject
Version : 3.40.1
Release : 6.el9
Architecture : x86_64
Size : 16 k
Source : pygobject3-3.40.1-6.el9.src.rpm
Repository : appstream
Summary : Python 3 bindings for GObject Introspection
URL : https://wiki.gnome.org/Projects/PyGObject
License : LGPLv2+ and MIT
Description : The python3-gobject package provides a convenient wrapper for the GObject
: library and and other libraries that are compatible with GObject Introspection,
: for use in Python 3 programs.