How to Install and Uninstall gobject-introspection.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "gobject-introspection.i686" package

Please follow the step by step instructions below to install gobject-introspection.i686 on Rocky Linux 8

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

2. Uninstall "gobject-introspection.i686" package

Please follow the guidelines below to uninstall gobject-introspection.i686 on Rocky Linux 8:

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

3. Information about the gobject-introspection.i686 package on Rocky Linux 8

Last metadata expiration check: 0:44:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gobject-introspection
Version : 1.56.1
Release : 1.el8
Architecture : i686
Size : 260 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.