How To Install ebnetd on Fedora 36
Introduction
In this tutorial we learn how to install ebnetd
on Fedora 36.
What is ebnetd
EBNET is a protocol to communicate to the EB library that is a C library for accessing “CD-ROM books”. This package contains a EBNET protocol server.
We can use yum
or dnf
to install ebnetd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ebnetd.
Install ebnetd 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 ebnetd
using dnf
by running the following command:
sudo dnf -y install ebnetd
Install ebnetd 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 ebnetd
using yum
by running the following command:
sudo yum -y install ebnetd
How To Uninstall ebnetd on Fedora 36
To uninstall only the ebnetd
package we can use the following command:
sudo dnf remove ebnetd
ebnetd Package Contents on Fedora 36
/lib/systemd/system/ebnetd-instances.target
/lib/systemd/system/ebnetd.socket
/lib/systemd/system/[email protected]
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/1a2f3d7f353e42368b5e6847fc43a4a8500b58
/usr/lib/.build-id/09
/usr/lib/.build-id/09/5fdc84d11808f643a835936a12b018b700d540
/usr/lib/.build-id/10
/usr/lib/.build-id/10/21aaa2722e2bf4f131b841a92da87c72278ff1
/usr/libexec/ebnstat
/usr/sbin/ebncheck
/usr/sbin/ebncontrol
/usr/sbin/ebnetd
References
Summary
In this tutorial we learn how to install ebnetd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).