How To Install ORBit2 on Fedora 36

In this tutorial we learn how to install ORBit2 in Fedora 36. ORBit2 is A high-performance CORBA Object Request Broker

Introduction

In this tutorial we learn how to install ORBit2 on Fedora 36.

What is ORBit2

ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they’re written in or the operating system they run on. You will need to install this package and ORBit-devel if you want to write programs that use CORBA technology.

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

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

sudo dnf -y install ORBit2

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

sudo yum -y install ORBit2

How To Uninstall ORBit2 on Fedora 36

To uninstall only the ORBit2 package we can use the following command:

sudo dnf remove ORBit2

ORBit2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/343f82ab5b6c7cbf968b70a977be417fdf3177
/usr/lib/.build-id/98
/usr/lib/.build-id/98/c1db6bb126ce672adb88d03cae94282847816b
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/42a9eb5a3c366e8972b07841e2c3b71adbbca5
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/ef7c5c671d1b2c1a98ee61b40f0abcc3ac7d02
/usr/lib/libORBit-2.so.0
/usr/lib/libORBit-2.so.0.1.0
/usr/lib/libORBit-imodule-2.so.0
/usr/lib/libORBit-imodule-2.so.0.0.0
/usr/lib/libORBitCosNaming-2.so.0
/usr/lib/libORBitCosNaming-2.so.0.1.0
/usr/lib/orbit-2.0
/usr/lib/orbit-2.0/Everything_module.so
/usr/share/doc/ORBit2
/usr/share/doc/ORBit2/AUTHORS
/usr/share/doc/ORBit2/COPYING
/usr/share/doc/ORBit2/README
/usr/share/doc/ORBit2/TODO

References

Summary

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


title: “How To Install ORBit2 on Fedora 36” linkTitle: “ORBit2” type: “docs” description: “In this tutorial we learn how to install ORBit2 in Fedora 36. ORBit2 is A high-performance CORBA Object Request Broker” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ORBit2-featured.png

Introduction

In this tutorial we learn how to install ORBit2 on Fedora 36.

What is ORBit2

ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they’re written in or the operating system they run on. You will need to install this package and ORBit-devel if you want to write programs that use CORBA technology.

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

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

sudo dnf -y install ORBit2

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

sudo yum -y install ORBit2

How To Uninstall ORBit2 on Fedora 36

To uninstall only the ORBit2 package we can use the following command:

sudo dnf remove ORBit2

ORBit2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/4ffa6877b4e9e59499926c8f3c68babf251cc2
/usr/lib/.build-id/31
/usr/lib/.build-id/31/0e4f8f80eb31e73b8b4d7cb268616344ac1147
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/2400412b5be6405ba8ddf3218a126fea676c56
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/c3795dd605cfd2970c1f7d148e5724a5818de1
/usr/lib64/libORBit-2.so.0
/usr/lib64/libORBit-2.so.0.1.0
/usr/lib64/libORBit-imodule-2.so.0
/usr/lib64/libORBit-imodule-2.so.0.0.0
/usr/lib64/libORBitCosNaming-2.so.0
/usr/lib64/libORBitCosNaming-2.so.0.1.0
/usr/lib64/orbit-2.0
/usr/lib64/orbit-2.0/Everything_module.so
/usr/share/doc/ORBit2
/usr/share/doc/ORBit2/AUTHORS
/usr/share/doc/ORBit2/COPYING
/usr/share/doc/ORBit2/README
/usr/share/doc/ORBit2/TODO

References

Summary

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