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

Last updated: July 02,2024

1. Install "python310-ini2toml" package

This guide covers the steps necessary to install python310-ini2toml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-ini2toml

2. Uninstall "python310-ini2toml" package

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

$ sudo zypper remove python310-ini2toml

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

Information for package python310-ini2toml:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-ini2toml
Version : 0.13-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 301.9 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.