How to Install and Uninstall python-suds.noarch Package on Amazon Linux 2

Last updated: May 11,2024

1. Install "python-suds.noarch" package

This guide covers the steps necessary to install python-suds.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-suds.noarch

2. Uninstall "python-suds.noarch" package

Please follow the guidance below to uninstall python-suds.noarch on Amazon Linux 2:

$ sudo yum remove python-suds.noarch $ sudo yum autoremove

3. Information about the python-suds.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-suds
Arch : noarch
Version : 0.4.1
Release : 5.amzn2
Size : 204 k
Repo : amzn2-core/2/x86_64
Summary : A python SOAP client
URL : https://fedorahosted.org/suds
License : LGPLv3+
Description : 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.