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

Last updated: July 01,2024

1. Install "python310-voluptuous" package

In this section, we are going to explain the necessary steps to install python310-voluptuous on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-voluptuous

2. Uninstall "python310-voluptuous" package

This is a short guide on how to uninstall python310-voluptuous on openSuSE Tumbleweed:

$ sudo zypper remove python310-voluptuous

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

Information for package python310-voluptuous:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-voluptuous
Version : 0.14.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 292.2 KiB
Installed : No
Status : not installed
Source package : python-voluptuous-0.14.1-1.4.src
Upstream URL : https://github.com/alecthomas/voluptuous
Summary : A Python data validation library
Description :
Voluptuous is a Python data validation library. It validates data
coming into Python as JSON, YAML, etc.