How to Install and Uninstall gobject-introspection.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "gobject-introspection.i686" package

Please follow the instructions below to install gobject-introspection.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "gobject-introspection.i686" package

This is a short guide on how to uninstall gobject-introspection.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the gobject-introspection.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:38:11 ago on Mon Feb 26 15:59:38 2024.
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 : ubi-8-baseos-rpms
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.