How to Install and Uninstall python3-suds.noarch Package on CentOS 8 / RHEL 8

Last updated: January 15,2025

1. Install "python3-suds.noarch" package

Please follow the guidance below to install python3-suds.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-suds.noarch

2. Uninstall "python3-suds.noarch" package

Please follow the guidelines below to uninstall python3-suds.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-suds.noarch $ sudo dnf autoremove

3. Information about the python3-suds.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:07:08 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-suds
Version : 0.7
Release : 0.8.94664ddd46a6.el8
Architecture : noarch
Size : 242 k
Source : python-suds-0.7-0.8.94664ddd46a6.el8.src.rpm
Repository : appstream
Summary : A python SOAP client
URL : https://bitbucket.org/jurko/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.