How to Install and Uninstall python3-gobject.i686 Package on Oracle Linux 8

Last updated: October 08,2024

1. Install "python3-gobject.i686" package

This guide let you learn how to install python3-gobject.i686 on Oracle Linux 8

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

2. Uninstall "python3-gobject.i686" package

In this section, we are going to explain the necessary steps to uninstall python3-gobject.i686 on Oracle Linux 8:

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

3. Information about the python3-gobject.i686 package on Oracle Linux 8

Last metadata expiration check: 4:32:47 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-gobject
Version : 3.28.3
Release : 2.el8
Architecture : i686
Size : 26 k
Source : pygobject3-3.28.3-2.el8.src.rpm
Repository : ol8_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.