How To Install ebook-tools on Fedora 36
Introduction
In this tutorial we learn how to install ebook-tools
on Fedora 36.
What is ebook-tools
Tools for accessing and converting various ebook file formats.
We can use yum
or dnf
to install ebook-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ebook-tools.
Install ebook-tools 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 ebook-tools
using dnf
by running the following command:
sudo dnf -y install ebook-tools
Install ebook-tools 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 ebook-tools
using yum
by running the following command:
sudo yum -y install ebook-tools
How To Uninstall ebook-tools on Fedora 36
To uninstall only the ebook-tools
package we can use the following command:
sudo dnf remove ebook-tools
ebook-tools Package Contents on Fedora 36
/usr/bin/einfo
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/05c8de9050740392f003a5cb41d0b0d6c04bc3
References
Summary
In this tutorial we learn how to install ebook-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).