How To Install iniparser on Fedora 36
Introduction
In this tutorial we learn how to install iniparser
on Fedora 36.
What is iniparser
iniParser is an ANSI C library to parse “INI-style” files, often used to hold application configuration information.
We can use yum
or dnf
to install iniparser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iniparser.
Install iniparser on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install iniparser
using dnf
by running the following command:
sudo dnf -y install iniparser
Install iniparser on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install iniparser
using yum
by running the following command:
sudo yum -y install iniparser
How To Uninstall iniparser on Fedora 36
To uninstall only the iniparser
package we can use the following command:
sudo dnf remove iniparser
iniparser Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/dab001ae0f2172ff195e33e1da102a628663ba
/usr/lib64/libiniparser.so.1
/usr/share/doc/iniparser
/usr/share/doc/iniparser/AUTHORS
/usr/share/doc/iniparser/INSTALL
/usr/share/doc/iniparser/README.md
/usr/share/licenses/iniparser
/usr/share/licenses/iniparser/LICENSE
References
Summary
In this tutorial we learn how to install iniparser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install iniparser on Fedora 36” linkTitle: “iniparser” type: “docs” description: “In this tutorial we learn how to install iniparser in Fedora 36. iniparser is C library for parsing "INI-style" files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/iniparser-featured.png
Introduction
In this tutorial we learn how to install iniparser
on Fedora 36.
What is iniparser
iniParser is an ANSI C library to parse “INI-style” files, often used to hold application configuration information.
We can use yum
or dnf
to install iniparser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install iniparser.
Install iniparser on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install iniparser
using dnf
by running the following command:
sudo dnf -y install iniparser
Install iniparser on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install iniparser
using yum
by running the following command:
sudo yum -y install iniparser
How To Uninstall iniparser on Fedora 36
To uninstall only the iniparser
package we can use the following command:
sudo dnf remove iniparser
iniparser Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/141f448e1f32b54ced19d08b869f64173765c9
/usr/lib/libiniparser.so.1
/usr/share/doc/iniparser
/usr/share/doc/iniparser/AUTHORS
/usr/share/doc/iniparser/INSTALL
/usr/share/doc/iniparser/README.md
/usr/share/licenses/iniparser
/usr/share/licenses/iniparser/LICENSE
References
Summary
In this tutorial we learn how to install iniparser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).