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

Last updated: January 05,2025

1. Install "inih-devel.x86_64" package

Please follow the guidance below to install inih-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install inih-devel.x86_64

2. Uninstall "inih-devel.x86_64" package

This guide covers the steps necessary to uninstall inih-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove inih-devel.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:11:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : inih-devel
Version : 58
Release : 1.el8
Architecture : x86_64
Size : 14 k
Source : inih-58-1.el8.src.rpm
Repository : epel
Summary : Development package for inih
URL : https://github.com/benhoyt/inih
License : BSD-3-Clause
Description : This package contains development files for inih.
:
: The inih package provides simple INI file parser which is only a couple of
: pages of code, and it was designed to be small and simple, so it's good for
: embedded systems.