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

Last updated: October 11,2024

1. Install "iniparser.x86_64" package

This guide let you learn how to install iniparser.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install iniparser.x86_64

2. Uninstall "iniparser.x86_64" package

Please follow the step by step instructions below to uninstall iniparser.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove iniparser.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:32:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : iniparser
Version : 4.1
Release : 6.el8
Architecture : x86_64
Size : 22 k
Source : iniparser-4.1-6.el8.src.rpm
Repository : epel
Summary : C library for parsing "INI-style" files
URL : https://github.com/ndevilla/iniparser
License : MIT
Description : iniParser is an ANSI C library to parse "INI-style" files, often used to
: hold application configuration information.