How to Install and Uninstall gobject-introspection.i686 Package on Fedora 39

Last updated: November 27,2024

1. Install "gobject-introspection.i686" package

Learn how to install gobject-introspection.i686 on Fedora 39

$ 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 Fedora 39:

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

3. Information about the gobject-introspection.i686 package on Fedora 39

Last metadata expiration check: 3:10:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gobject-introspection
Version : 1.78.1
Release : 1.fc39
Architecture : i686
Size : 265 k
Source : gobject-introspection-1.78.1-1.fc39.src.rpm
Repository : fedora
Summary : Introspection system for GObject-based libraries
URL : https://wiki.gnome.org/Projects/GObjectIntrospection
License : GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause
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.