How to Install and Uninstall python3-suds Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "python3-suds" package

Here is a brief guide to show you how to install python3-suds on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-suds

2. Uninstall "python3-suds" package

This is a short guide on how to uninstall python3-suds on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-suds $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-suds package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-suds
Priority: optional
Section: universe/python
Installed-Size: 581
Maintainer: Ubuntu Developers
Original-Maintainer: Scott Talbert
Architecture: all
Source: suds
Version: 0.7~git20150727.94664dd-3
Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/suds/python3-suds_0.7~git20150727.94664dd-3_all.deb
Size: 145722
MD5sum: 294731ad1584c192bb29c0191f75ac3d
SHA1: b5fb746445583b6af54c0864fe2026fa38929aec
SHA256: ca704364114beac6788446b53c813d3b48d381843b6d598d3c1db90b7dd4e32f
Description-en: Lightweight SOAP client for Python - Python 3.x
The suds project is a Python soap web services client lib. Suds leverages
Python meta programming to provide an intuitive API for consuming web services.
Objectification of types defined in the WSDL is provided without class
generation. Programmers rarely need to read the WSDL since services and WSDL
based objects can be easily inspected. Supports pluggable soap bindings.
Note: this package now uses the Suds fork maintained by Jurko Gospodnetić.
.
This package provides the Python 3.x module.
Description-md5: a37459a645413d99b5ecd5d5a1ff8749
Homepage: https://bitbucket.org/jurko/suds
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu