How To Install libesedb on Fedora 36

In this tutorial we learn how to install libesedb in Fedora 36. libesedb is Library to access the Extensible Storage Engine (ESE) Database File (EDB) format

Introduction

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

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.

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

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

title: "How To Install libesedb on Fedora 36"
sudo dnf -y install libesedb
linkTitle: "libesedb"

type: “docs”

Install libesedb on Fedora 36 Using yum

description: “In this tutorial we learn how to install libesedb in Fedora 36. libesedb is Library to access the Extensible Storage Engine (ESE) Database File (EDB) format”

date: “2022-08-17” lastmod: “2022-08-17” Update yum database with yum using the following command.

#image: /images/fedora/36/libesedb-featured.png

---
sudo yum makecache --refresh

Introduction

In this tutorial we learn how to install libesedb on Fedora 36. After updating yum database, We can install libesedb using yum by running the following command:

What is libesedb


sudo yum -y install 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.

How To Uninstall libesedb on Fedora 36

We can use yum or dnf to install libesedb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libesedb. To uninstall only the libesedb package we can use the following command:

## Install libesedb on Fedora 36 Using dnf
sudo dnf remove libesedb

Update yum database with dnf using the following command.

## libesedb Package Contents on Fedora 36

sudo dnf makecache --refresh

After updating yum database, We can install `libesedb` using `dnf` by running the following command:

```bash
sudo dnf -y install libesedb

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

sudo yum -y install libesedb

How To Uninstall libesedb on Fedora 36

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

sudo dnf remove libesedb

libesedb Package Contents on Fedora 36

/usr/bin/esedbexport
/usr/bin/esedbinfo
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/adc60e170d770b365d720654e5c07f826a8a32
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/7caf881f1992dc4edaf927d4ffd776a47b4561
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/1f93945d13c0e502609b354d66f5c313519696
/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 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/esedbexport /usr/bin/esedbinfo /usr/lib/.build-id /usr/lib/.build-id/11 /usr/lib/.build-id/11/6a0f0a1456da3b7601528226a41e588a46790e /usr/lib/.build-id/13 /usr/lib/.build-id/13/df344c3bc471934a83988316fb6def7bf2ae6c /usr/lib/.build-id/2d /usr/lib/.build-id/2d/4f34dd084533aeaba4074dae9df9ab8f5f7c10 /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


## References

* [libesedb website](https://github.com/libyal/libesedb)

## Summary

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