How to Install and Uninstall python3-suds.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 16,2024

1. Install "python3-suds.noarch" package

Here is a brief guide to show you how to install python3-suds.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-suds.noarch" package

This is a short guide on how to uninstall python3-suds.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-suds.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:12:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-suds
Version : 1.1.2
Release : 1.el9
Architecture : noarch
Size : 209 k
Source : python-suds-1.1.2-1.el9.src.rpm
Repository : epel
Summary : A python SOAP client
URL : https://github.com/suds-community/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.