How To Install libpreludedb on Fedora 34
Introduction
In this tutorial we learn how to install libpreludedb
on Fedora 34.
What is libpreludedb
The PreludeDB Library provides an abstraction layer upon the type and the format of the database used to store IDMEF alerts. It allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL, and to access the database independently of the type/format of the database. libpreludedb 5.2.0 5.fc34 x86_64 116 k libpreludedb-5.2.0-5.fc34.src.rpm fedora Framework for easy access to the IDMEF database https GPLv2+ The PreludeDB Library provides an abstraction layer upon the type and the format of the database used to store IDMEF alerts. It allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL, and to access the database independently of the type/format of the database.
We can use yum
or dnf
to install libpreludedb
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libpreludedb.
Install libpreludedb 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 libpreludedb
using dnf
by running the following command:
sudo dnf -y install libpreludedb
Install libpreludedb 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 libpreludedb
using yum
by running the following command:
sudo yum -y install libpreludedb
How To Uninstall libpreludedb on Fedora 34
To uninstall only the libpreludedb
package we can use the following command:
sudo dnf remove libpreludedb
libpreludedb Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/e218f307251c948dacc1f2d69d448526b32c55
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/9c1107fa9e8c4ec9c72c6dea2bacb5d6db5340
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/9c4fa57be89940dde844c39b5315888fe35b94
/usr/lib64/libpreludedb
/usr/lib64/libpreludedb.so.7
/usr/lib64/libpreludedb.so.7.4.1
/usr/lib64/libpreludedb/plugins
/usr/lib64/libpreludedb/plugins/formats
/usr/lib64/libpreludedb/plugins/formats/classic.so
/usr/lib64/libpreludedb/plugins/sql
/usr/lib64/libpreludedbcpp.so.2
/usr/lib64/libpreludedbcpp.so.2.4.1
/usr/share/doc/libpreludedb
/usr/share/doc/libpreludedb/NEWS
/usr/share/doc/libpreludedb/README
/usr/share/licenses/libpreludedb
/usr/share/licenses/libpreludedb/COPYING
/usr/share/licenses/libpreludedb/HACKING.README
/usr/share/licenses/libpreludedb/LICENSE.README
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/55389759473ad85b258736a3682ca3a34b5804
/usr/lib/.build-id/83
/usr/lib/.build-id/83/e6c0712bb06930f05f7085113af777aec8a357
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/4f4713764a5f0c4b3424f53a56e1f99c2365c9
/usr/lib/libpreludedb
/usr/lib/libpreludedb.so.7
/usr/lib/libpreludedb.so.7.4.1
/usr/lib/libpreludedb/plugins
/usr/lib/libpreludedb/plugins/formats
/usr/lib/libpreludedb/plugins/formats/classic.so
/usr/lib/libpreludedb/plugins/sql
/usr/lib/libpreludedbcpp.so.2
/usr/lib/libpreludedbcpp.so.2.4.1
/usr/share/doc/libpreludedb
/usr/share/doc/libpreludedb/NEWS
/usr/share/doc/libpreludedb/README
/usr/share/licenses/libpreludedb
/usr/share/licenses/libpreludedb/COPYING
/usr/share/licenses/libpreludedb/HACKING.README
/usr/share/licenses/libpreludedb/LICENSE.README
References
- [libpreludedb website](https://www.prelude-siem.org/ https://www.prelude-siem.org/)
Summary
In this tutorial we learn how to install libpreludedb
on Fedora 34 using yum and dnf.