How To Install librevenge-gdb on Fedora 36

In this tutorial we learn how to install librevenge-gdb in Fedora 36. librevenge-gdb is gdb pretty printers for librevenge

Introduction

In this tutorial we learn how to install librevenge-gdb on Fedora 36.

What is librevenge-gdb

The librevenge-devel package contains gdb pretty printers that help with debugging applications that use librevenge.

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

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

sudo dnf -y install librevenge-gdb

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

sudo yum -y install librevenge-gdb

How To Uninstall librevenge-gdb on Fedora 36

To uninstall only the librevenge-gdb package we can use the following command:

sudo dnf remove librevenge-gdb

librevenge-gdb Package Contents on Fedora 36

/usr/share/gdb/auto-load/usr/lib64/librevenge-0.0.py
/usr/share/gdb/auto-load/usr/lib64/librevenge-stream-0.0.py
/usr/share/librevenge
/usr/share/librevenge/python
/usr/share/librevenge/python/librevenge
/usr/share/librevenge/python/librevenge/__init__.py
/usr/share/librevenge/python/librevenge/util
/usr/share/librevenge/python/librevenge/util/__init__.py
/usr/share/librevenge/python/librevenge/util/compatibility.py
/usr/share/librevenge/python/librevenge/util/printing.py
/usr/share/librevenge/python/librevenge/v0_0
/usr/share/librevenge/python/librevenge/v0_0/__init__.py
/usr/share/librevenge/python/librevenge/v0_0/streams.py
/usr/share/librevenge/python/librevenge/v0_0/types.py

References

Summary

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