How to Install and Uninstall python311-ini2toml Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python311-ini2toml" package

Please follow the guidelines below to install python311-ini2toml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-ini2toml

2. Uninstall "python311-ini2toml" package

In this section, we are going to explain the necessary steps to uninstall python311-ini2toml on openSuSE Tumbleweed:

$ sudo zypper remove python311-ini2toml

3. Information about the python311-ini2toml package on openSuSE Tumbleweed

Information for package python311-ini2toml:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ini2toml
Version : 0.13-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 396.7 KiB
Installed : No
Status : not installed
Source package : python-ini2toml-0.13-1.4.src
Upstream URL : https://github.com/abravalheri/ini2toml/
Summary : Automatic conversion of .ini/cfg files to TOML equivalents
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.