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

Last updated: May 18,2024

1. Install "gobject-introspection.x86_64" package

Here is a brief guide to show you how to install gobject-introspection.x86_64 on Rocky Linux 8

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

2. Uninstall "gobject-introspection.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gobject-introspection.x86_64 on Rocky Linux 8:

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

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

Last metadata expiration check: 2:15:07 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gobject-introspection
Version : 1.56.1
Release : 1.el8
Architecture : x86_64
Size : 254 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.