How To Install ebnetd-common on Fedora 36
Introduction
In this tutorial we learn how to install ebnetd-common
on Fedora 36.
What is ebnetd-common
EBNET is a protocol to communicate to the EB library that is a C library for accessing “CD-ROM books”. This package contains a bunch of the common programs/files to be shared by ebnetd families.
We can use yum
or dnf
to install ebnetd-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ebnetd-common.
Install ebnetd-common 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-common
using dnf
by running the following command:
sudo dnf -y install ebnetd-common
Install ebnetd-common 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-common
using yum
by running the following command:
sudo yum -y install ebnetd-common
How To Uninstall ebnetd-common on Fedora 36
To uninstall only the ebnetd-common
package we can use the following command:
sudo dnf remove ebnetd-common
ebnetd-common Package Contents on Fedora 36
/etc/ebnetd.conf
/usr/lib/tmpfiles.d/ebnetd.conf
/usr/sbin/ebndaily
/usr/sbin/ebnupgrade
/usr/share/doc/ebnetd-common
/usr/share/doc/ebnetd-common/AUTHORS
/usr/share/doc/ebnetd-common/ChangeLog
/usr/share/doc/ebnetd-common/NEWS
/usr/share/doc/ebnetd-common/README
/usr/share/doc/ebnetd-common/README-ja
/usr/share/doc/ebnetd-common/UPGRADE
/usr/share/doc/ebnetd-common/UPGRADE-ja
/usr/share/info/ebnetd-ja.info-1.gz
/usr/share/info/ebnetd-ja.info-2.gz
/usr/share/info/ebnetd-ja.info.gz
/usr/share/info/ebnetd.info-1.gz
/usr/share/info/ebnetd.info-2.gz
/usr/share/info/ebnetd.info.gz
/usr/share/licenses/ebnetd-common
/usr/share/licenses/ebnetd-common/COPYING
/var/lib/ebnetd
/var/run/ebnetd
References
Summary
In this tutorial we learn how to install ebnetd-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).