How To Install python3-osa on Fedora 36

In this tutorial we learn how to install python3-osa in Fedora 36. python3-osa is A small python SOAP client library

Introduction

In this tutorial we learn how to install python3-osa on Fedora 36.

What is python3-osa

A small python library to consume SOAP services. It can process a WSDL documents and then use types and methods defined in that document.

We can use yum or dnf to install python3-osa on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-osa.

Install python3-osa on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-osa using dnf by running the following command:

sudo dnf -y install python3-osa

Install python3-osa on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-osa using yum by running the following command:

sudo yum -y install python3-osa

How To Uninstall python3-osa on Fedora 36

To uninstall only the python3-osa package we can use the following command:

sudo dnf remove python3-osa

python3-osa Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/osa
/usr/lib/python3.10/site-packages/osa-0.2.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/osa-0.2.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/osa-0.2.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/osa-0.2.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/osa-0.2.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/osa/__init__.py
/usr/lib/python3.10/site-packages/osa/__pycache__
/usr/lib/python3.10/site-packages/osa/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/message.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/message.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/method.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/method.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/wsdl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/wsdl.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmlnamespace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmlnamespace.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmlparser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmlparser.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmlschema.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmlschema.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmltypes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/osa/__pycache__/xmltypes.cpython-310.pyc
/usr/lib/python3.10/site-packages/osa/client.py
/usr/lib/python3.10/site-packages/osa/message.py
/usr/lib/python3.10/site-packages/osa/method.py
/usr/lib/python3.10/site-packages/osa/wsdl.py
/usr/lib/python3.10/site-packages/osa/xmlnamespace.py
/usr/lib/python3.10/site-packages/osa/xmlparser.py
/usr/lib/python3.10/site-packages/osa/xmlschema.py
/usr/lib/python3.10/site-packages/osa/xmltypes.py
/usr/share/doc/python3-osa
/usr/share/doc/python3-osa/README

References

Summary

In this tutorial we learn how to install python3-osa on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).