How to Install and Uninstall python3-toml Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-toml" package

Please follow the guidelines below to install python3-toml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-toml

2. Uninstall "python3-toml" package

This tutorial shows how to uninstall python3-toml on openSUSE Leap:

$ sudo zypper remove python3-toml

3. Information about the python3-toml package on openSUSE Leap

Information for package python3-toml:
-------------------------------------
Repository : Main Repository
Name : python3-toml
Version : 0.10.2-1.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 135.6 KiB
Installed : No
Status : not installed
Source package : python-toml-0.10.2-1.1.src
Upstream URL : https://github.com/uiri/toml
Summary : Python module which parses and emits TOML
Description :
Python toml allows to parse and create toml configuration files.
See below the toml specification link.
Usage
toml.loads --- takes a string to be parsed as toml and returns
the corresponding dictionary
toml.dumps --- takes a dictionary and returns a string which
is the contents of the corresponding toml file.
There are other functions which can be used to dump and load various
fragments of toml but dumps and loads will cover most usage.
Current Version of TOML Specification
https://github.com/mojombo/toml/blob/v0.4.0/README.md