How To Install libesedb on Fedora 34

libesedb is Library to access the Extensible Storage Engine (ESE) Database File (EDB) format Library to access the Extensible Storage Engine (ESE) Database File (EDB) format

Introduction

In this tutorial we learn how to install libesedb on Fedora 34.

What is libesedb

Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format. ESEDB is used in may different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc. libesedb 20181229 5.fc34 x86_64 623 k libesedb-20181229-5.fc34.src.rpm fedora Library to access the Extensible Storage Engine (ESE) Database File (EDB) format https LGPLv3+ Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format. ESEDB is used in may different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc.

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

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

sudo dnf -y install libesedb

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

sudo yum -y install libesedb

How To Uninstall libesedb on Fedora 34

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

sudo dnf remove libesedb

libesedb Package Contents on Fedora 34

/usr/bin/esedbexport
/usr/bin/esedbinfo
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/fd5d6caec678618a44665e565732ce471f1617
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/7eb0ac5e92918d0186221d56fea3f6c1776f91
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/36475a4b8097bcf143eae72fd076278f2efeb7
/usr/lib64/libesedb.so.1
/usr/lib64/libesedb.so.1.0.0
/usr/share/doc/libesedb
/usr/share/doc/libesedb/AUTHORS
/usr/share/doc/libesedb/COPYING
/usr/share/man/man1/esedbinfo.1.gz
/usr/share/man/man3/libesedb.3.gz
/usr/bin/esedbexport
/usr/bin/esedbinfo
/usr/lib/.build-id
/usr/lib/.build-id/da
/usr/lib/.build-id/da/5c3af8d01520c1cf1de0ff8112ee3bf17302d6
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/7df9905c5a5ea673ec72689788db21999440a1
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/2fa4764f5f9140933e47849ee301894db9b791
/usr/lib/libesedb.so.1
/usr/lib/libesedb.so.1.0.0
/usr/share/doc/libesedb
/usr/share/doc/libesedb/AUTHORS
/usr/share/doc/libesedb/COPYING
/usr/share/man/man1/esedbinfo.1.gz
/usr/share/man/man3/libesedb.3.gz

References

Summary

In this tutorial we learn how to install libesedb on Fedora 34 using yum and dnf.