How To Install python3-pyone on Fedora 36

In this tutorial we learn how to install python3-pyone in Fedora 36. python3-pyone is Python Bindings for OpenNebula XML-RPC API

Introduction

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

What is python3-pyone

OpenNebula Python Bindings Description –PyOne is an implementation of Open Nebula XML-RPC bindings in Python. It has been integrated into upstream OpenNebula release cycles from here <

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

Install python3-pyone 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-pyone using dnf by running the following command:

sudo dnf -y install python3-pyone

Install python3-pyone 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-pyone using yum by running the following command:

sudo yum -y install python3-pyone

How To Uninstall python3-pyone on Fedora 36

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

sudo dnf remove python3-pyone

python3-pyone Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pyone
/usr/lib/python3.10/site-packages/pyone-6.0.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/pyone-6.0.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pyone-6.0.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pyone-6.0.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pyone-6.0.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pyone-6.0.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pyone/__init__.py
/usr/lib/python3.10/site-packages/pyone/__pycache__
/usr/lib/python3.10/site-packages/pyone/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/acl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/acl.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/server.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/tester.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/tester.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/acl.py
/usr/lib/python3.10/site-packages/pyone/bindings
/usr/lib/python3.10/site-packages/pyone/bindings/__init__.py
/usr/lib/python3.10/site-packages/pyone/bindings/__pycache__
/usr/lib/python3.10/site-packages/pyone/bindings/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/bindings/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/bindings/__pycache__/supbind.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyone/bindings/__pycache__/supbind.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyone/bindings/supbind.py
/usr/lib/python3.10/site-packages/pyone/helpers.py
/usr/lib/python3.10/site-packages/pyone/server.py
/usr/lib/python3.10/site-packages/pyone/tester.py
/usr/lib/python3.10/site-packages/pyone/util.py
/usr/share/doc/python3-pyone
/usr/share/doc/python3-pyone/README.rst
/usr/share/licenses/python3-pyone
/usr/share/licenses/python3-pyone/LICENSE

References

Summary

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