How to Install and Uninstall gobject-introspection.i686 Package on CentOS 8 / RHEL 8

Last updated: November 02,2024

1. Install "gobject-introspection.i686" package

Please follow the steps below to install gobject-introspection.i686 on CentOS 8 / RHEL 8

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

2. Uninstall "gobject-introspection.i686" package

Please follow the instructions below to uninstall gobject-introspection.i686 on CentOS 8 / RHEL 8:

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

3. Information about the gobject-introspection.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:47:17 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : gobject-introspection
Version : 1.56.1
Release : 1.el8
Architecture : i686
Size : 261 k
Source : gobject-introspection-1.56.1-1.el8.src.rpm
Repository : baseos
Summary : Introspection system for GObject-based libraries
URL : https://wiki.gnome.org/Projects/GObjectIntrospection
License : GPLv2+, LGPLv2+, MIT
Description : GObject Introspection can scan C header and source files in order to
: generate introspection "typelib" files. It also provides an API to examine
: typelib files, useful for creating language bindings among other
: things.