How To Install libesedb-devel on Fedora 36
Introduction
In this tutorial we learn how to install libesedb-devel
on Fedora 36.
What is libesedb-devel
The libesedb-devel package contains libraries and header files for developing applications that use 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-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libesedb-devel.
Install libesedb-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libesedb-devel
Install libesedb-devel 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-devel
using yum
by running the following command:
sudo yum -y install libesedb-devel
How To Uninstall libesedb-devel on Fedora 36
To uninstall only the libesedb-devel
package we can use the following command:
sudo dnf remove libesedb-devel
libesedb-devel Package Contents on Fedora 36
/usr/include/libesedb
/usr/include/libesedb.h
/usr/include/libesedb/codepage.h
/usr/include/libesedb/definitions.h
/usr/include/libesedb/error.h
/usr/include/libesedb/extern.h
/usr/include/libesedb/features.h
/usr/include/libesedb/types.h
/usr/lib/libesedb.so
/usr/lib/pkgconfig/libesedb.pc
References
Summary
In this tutorial we learn how to install libesedb-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libesedb-devel on Fedora 36” linkTitle: “libesedb-devel” type: “docs” description: “In this tutorial we learn how to install libesedb-devel in Fedora 36. libesedb-devel is Development files for libesedb” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libesedb-devel-featured.png
Introduction
In this tutorial we learn how to install libesedb-devel
on Fedora 36.
What is libesedb-devel
The libesedb-devel package contains libraries and header files for developing applications that use 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-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libesedb-devel.
Install libesedb-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libesedb-devel
Install libesedb-devel 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-devel
using yum
by running the following command:
sudo yum -y install libesedb-devel
How To Uninstall libesedb-devel on Fedora 36
To uninstall only the libesedb-devel
package we can use the following command:
sudo dnf remove libesedb-devel
libesedb-devel Package Contents on Fedora 36
/usr/include/libesedb
/usr/include/libesedb.h
/usr/include/libesedb/codepage.h
/usr/include/libesedb/definitions.h
/usr/include/libesedb/error.h
/usr/include/libesedb/extern.h
/usr/include/libesedb/features.h
/usr/include/libesedb/types.h
/usr/lib64/libesedb.so
/usr/lib64/pkgconfig/libesedb.pc
References
Summary
In this tutorial we learn how to install libesedb-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).