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

Last updated: November 28,2024

1. Install "gobject-introspection.x86_64" package

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

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

2. Uninstall "gobject-introspection.x86_64" package

Learn how to uninstall gobject-introspection.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:18:24 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : gobject-introspection
Version : 1.56.1
Release : 1.el8
Architecture : x86_64
Size : 856 k
Source : gobject-introspection-1.56.1-1.el8.src.rpm
Repository : @System
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.