How To Install omniORB-servers on Fedora 36
Introduction
In this tutorial we learn how to install omniORB-servers
on Fedora 36.
What is omniORB-servers
The omniORB-servers package contains omniNames naming server.
We can use yum
or dnf
to install omniORB-servers
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install omniORB-servers.
Install omniORB-servers 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 omniORB-servers
using dnf
by running the following command:
sudo dnf -y install omniORB-servers
Install omniORB-servers 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 omniORB-servers
using yum
by running the following command:
sudo yum -y install omniORB-servers
How To Uninstall omniORB-servers on Fedora 36
To uninstall only the omniORB-servers
package we can use the following command:
sudo dnf remove omniORB-servers
omniORB-servers Package Contents on Fedora 36
/etc/logrotate.d/omniNames
/etc/omniORB.cfg
/usr/bin/omniMapper
/usr/bin/omniNames
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/e142fd8bf3b117e30964dc34adcfaed15f2dfb
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/ee1a8b646ab746d247cefa3a635164d28b1a67
/usr/lib/systemd/system/omniNames.service
/usr/share/man/man8/omniMapper.8.gz
/usr/share/man/man8/omniNames.8.gz
/var/log/omniORB
References
Summary
In this tutorial we learn how to install omniORB-servers
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).