How to Install and Uninstall ini2toml.noarch Package on Fedora 38

Last updated: October 01,2024

1. Install "ini2toml.noarch" package

Please follow the instructions below to install ini2toml.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install ini2toml.noarch

2. Uninstall "ini2toml.noarch" package

Learn how to uninstall ini2toml.noarch on Fedora 38:

$ sudo dnf remove ini2toml.noarch $ sudo dnf autoremove

3. Information about the ini2toml.noarch package on Fedora 38

Last metadata expiration check: 5:14:03 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ini2toml
Version : 0.10
Release : 5.fc38
Architecture : noarch
Size : 129 k
Source : ini2toml-0.10-5.fc38.src.rpm
Repository : fedora
Summary : Automatic conversion of .ini/.cfg files to TOML equivalents
URL : https://github.com/abravalheri/ini2toml/
License : MPLv2.0
Description : The original purpose of this project is to help migrating setup.cfg files to PEP 621, but by extension it can also be used to convert any compatible .ini/.cfg file to TOML.
:
: Please notice, the provided .ini/.cfg files should follow the same syntax supported by Python’s ConfigParser library (here referred to as INI syntax) and more specifically abide by ConfigUpdater restrictions (e.g., no interpolation or repeated fields).