How To Install omniORBpy-devel on Fedora 36

In this tutorial we learn how to install omniORBpy-devel in Fedora 36. omniORBpy-devel is C++ API for the CORBA ORB for Python

Introduction

In this tutorial we learn how to install omniORBpy-devel on Fedora 36.

What is omniORBpy-devel

C++ API for the CORBA ORB for Python.

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

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

sudo dnf -y install omniORBpy-devel

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

sudo yum -y install omniORBpy-devel

How To Uninstall omniORBpy-devel on Fedora 36

To uninstall only the omniORBpy-devel package we can use the following command:

sudo dnf remove omniORBpy-devel

omniORBpy-devel Package Contents on Fedora 36

/usr/include/omniORB4/pydistdate.hh
/usr/include/omniORBpy.h
/usr/lib/python3.10/site-packages/omniidl_be/__pycache__
/usr/lib/python3.10/site-packages/omniidl_be/__pycache__/python.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/omniidl_be/__pycache__/python.cpython-310.pyc
/usr/lib/python3.10/site-packages/omniidl_be/python.py
/usr/share/licenses/omniORBpy-devel
/usr/share/licenses/omniORBpy-devel/COPYING.LIB

References

Summary

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