How To Install eblook on Fedora 36

In this tutorial we learn how to install eblook in Fedora 36. eblook is Command-line EB and EPWING dictionary search program

Introduction

In this tutorial we learn how to install eblook on Fedora 36.

What is eblook

Command-line EB and EPWING dictionary search program.

We can use yum or dnf to install eblook on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eblook.

Install eblook 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 eblook using dnf by running the following command:

sudo dnf -y install eblook

Install eblook 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 eblook using yum by running the following command:

sudo yum -y install eblook

How To Uninstall eblook on Fedora 36

To uninstall only the eblook package we can use the following command:

sudo dnf remove eblook

eblook Package Contents on Fedora 36

/usr/bin/eblook
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/97a010c8f8a48a3b8b578f07e182d4b8c363cb
/usr/share/doc/eblook
/usr/share/doc/eblook/AUTHORS
/usr/share/doc/eblook/COPYING
/usr/share/doc/eblook/NEWS
/usr/share/doc/eblook/README
/usr/share/info/eblook.info.gz

References

Summary

In this tutorial we learn how to install eblook on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).