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

Last updated: May 20,2024

1. Install "python3-WSME" package

Here is a brief guide to show you how to install python3-WSME on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-WSME

2. Uninstall "python3-WSME" package

This guide covers the steps necessary to uninstall python3-WSME on openSUSE Leap:

$ sudo zypper remove python3-WSME

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

Information for package python3-WSME:
-------------------------------------
Repository : Main Repository
Name : python3-WSME
Version : 0.10.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 696.4 KiB
Installed : No
Status : not installed
Source package : python-WSME-0.10.0-bp155.2.13.src
Upstream URL : https://packages.python.org/WSME/
Summary : Web Services Made Easy
Description :
Web Service Made Easy (WSME) is a way to implement webservices
in Python web applications.
It is originally a rewrite of TGWebServices
with focus on extensibility, framework-independence and improved type handling.