How To Install eb on Fedora 34
Introduction
In this tutorial we learn how to install eb
on Fedora 34.
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. eb 4.4.3 17.fc34 x86_64 163 k eb-4.4.3-17.fc34.src.rpm fedora Library for accessing Japanese CD-ROM electronic books http BSD 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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install eb.
Install eb on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install eb
using dnf
by running the following command:
sudo dnf -y install eb
Install eb on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34
To uninstall only the eb
package we can use the following command:
sudo dnf remove eb
eb Package Contents on Fedora 34
/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/07
/usr/lib/.build-id/07/8b93e45fb478e2733ed4ba51bb246832cd2f27
/usr/lib/.build-id/07/8b93e45fb478e2733ed4ba51bb246832cd2f27.1
/usr/lib/.build-id/07/8b93e45fb478e2733ed4ba51bb246832cd2f27.2
/usr/lib/.build-id/53
/usr/lib/.build-id/53/8b13ca0b3228154cc9a4bfc22057f2232d3d8d
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/21903fe47417a407ba594d447f8a0a124b0095
/usr/lib/.build-id/de
/usr/lib/.build-id/de/8003772df9b55ee650427273975cc475e91b16
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/8dea995a4c303d53e74fdf5075ad23c2b0c814
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/f55f3f8fd5067bf697885887a2edd322144496
/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
/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/3c
/usr/lib/.build-id/3c/63ff2e785d426630928e44ee94365af74b700f
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/3c1b17d3453da669d555ade25fa7f4311a8138
/usr/lib/.build-id/5d/3c1b17d3453da669d555ade25fa7f4311a8138.1
/usr/lib/.build-id/5d/3c1b17d3453da669d555ade25fa7f4311a8138.2
/usr/lib/.build-id/76
/usr/lib/.build-id/76/e605ba12dc395e6cccac9a45137e5279830469
/usr/lib/.build-id/83
/usr/lib/.build-id/83/b78c8f5c88efdcc905839d585d4c8166524f88
/usr/lib/.build-id/98
/usr/lib/.build-id/98/95df679b250bc62d8c14c9f09310e911dec996
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/7caa584f71bc828d56be773410b778de434fae
/usr/lib/libeb.so.16
/usr/lib/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 Fedora 34 using yum and dnf.