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

Last updated: May 18,2024

1. Install "python39-voluptuous" package

Here is a brief guide to show you how to install python39-voluptuous on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-voluptuous

2. Uninstall "python39-voluptuous" package

Please follow the guidelines below to uninstall python39-voluptuous on openSuSE Tumbleweed:

$ sudo zypper remove python39-voluptuous

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

Information for package python39-voluptuous:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-voluptuous
Version : 0.14.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 294.7 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.