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

Last updated: October 07,2024

1. Install "gobject-introspection.i686" package

Please follow the steps below to install gobject-introspection.i686 on AlmaLinux 9

$ 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 AlmaLinux 9:

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

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

Last metadata expiration check: 0:56:38 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : gobject-introspection
Version : 1.68.0
Release : 11.el9
Architecture : i686
Size : 249 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.