How To Install eb on Rocky Linux 8
Introduction
In this tutorial we learn how to install eb on Rocky Linux 8.
What is eb
EB Library is a C library for accessing CD-ROM books. EB Library supports to access CD-ROM books of EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.
We can use yum or dnf to install eb on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install eb.
Install eb on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install eb using dnf by running the following command:
sudo dnf -y install eb
Install eb on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install eb using yum by running the following command:
sudo yum -y install eb
How To Uninstall eb on Rocky Linux 8
To uninstall only the eb package we can use the following command:
sudo dnf remove eb
eb Package Contents on Rocky Linux 8
/usr/bin/ebappendix
/usr/bin/ebfont
/usr/bin/ebinfo
/usr/bin/ebrefile
/usr/bin/ebstopcode
/usr/bin/ebunzip
/usr/bin/ebzip
/usr/bin/ebzipinfo
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/6b83ae0e1fd554e8f257c0256b5452b741fb62
/usr/lib/.build-id/90
/usr/lib/.build-id/90/97e894f228c3995bc7937c8ad3247596aa5c0c
/usr/lib/.build-id/97
/usr/lib/.build-id/97/2e6dadf84d461f8f74f923e1e5177af715f7bf
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/f5337883874819405a5fd109459cf82221b6e6
/usr/lib/.build-id/9c/f5337883874819405a5fd109459cf82221b6e6.1
/usr/lib/.build-id/9c/f5337883874819405a5fd109459cf82221b6e6.2
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/cbbd73fdf84fe9d5ab09db0f356eb35d21d7cd
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/354fad7b48eb7809686fc5f61e1487a6ddeebc
/usr/lib64/libeb.so.16
/usr/lib64/libeb.so.16.0.0
/usr/share/doc/eb
/usr/share/doc/eb/AUTHORS
/usr/share/doc/eb/COPYING
/usr/share/doc/eb/NEWS
/usr/share/doc/eb/README
/usr/share/eb
/usr/share/eb/appendix
/usr/share/locale/ja/LC_MESSAGES/eb.mo
/usr/share/locale/ja/LC_MESSAGES/ebutils.mo
References
Summary
In this tutorial we learn how to install eb on Rocky Linux 8 using yum and dnf.