How to Install and Uninstall gobject-introspection.i686 Package on CentOS Stream 9

Last updated: July 02,2024

1. Install "gobject-introspection.i686" package

Please follow the step by step instructions below to install gobject-introspection.i686 on CentOS Stream 9

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

2. Uninstall "gobject-introspection.i686" package

This guide let you learn how to uninstall gobject-introspection.i686 on CentOS Stream 9:

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

3. Information about the gobject-introspection.i686 package on CentOS Stream 9

Last metadata expiration check: 1:18:04 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : gobject-introspection
Version : 1.68.0
Release : 11.el9
Architecture : i686
Size : 253 k
Source : gobject-introspection-1.68.0-11.el9.src.rpm
Repository : baseos
Summary : Introspection system for GObject-based libraries
URL : https://wiki.gnome.org/Projects/GObjectIntrospection
License : GPLv2+ and LGPLv2+ and 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.