How To Install libzwerg on Fedora 36

In this tutorial we learn how to install libzwerg in Fedora 36. libzwerg is Library for querying Dwarf (debuginfo) graphs

Introduction

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

What is libzwerg

Libzwerg contains implementation of the Zwerg query engine as well as individual words of both Core and Dwarf vocabularies.

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

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

sudo dnf -y install libzwerg

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

sudo yum -y install libzwerg

How To Uninstall libzwerg on Fedora 36

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

sudo dnf remove libzwerg

libzwerg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/c80b6887ee9852dde45447bb2ff6feb1df14cc
/usr/lib/libzwerg.so.0.1
/usr/share/licenses/libzwerg
/usr/share/licenses/libzwerg/COPYING
/usr/share/licenses/libzwerg/COPYING-LGPLV3

References

Summary

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


title: “How To Install libzwerg on Fedora 36” linkTitle: “libzwerg” type: “docs” description: “In this tutorial we learn how to install libzwerg in Fedora 36. libzwerg is Library for querying Dwarf (debuginfo) graphs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libzwerg-featured.png

Introduction

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

What is libzwerg

Libzwerg contains implementation of the Zwerg query engine as well as individual words of both Core and Dwarf vocabularies.

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

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

sudo dnf -y install libzwerg

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

sudo yum -y install libzwerg

How To Uninstall libzwerg on Fedora 36

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

sudo dnf remove libzwerg

libzwerg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/f29770cef3e6799505a9eb1c9269142cbe8f71
/usr/lib64/libzwerg.so.0.1
/usr/share/licenses/libzwerg
/usr/share/licenses/libzwerg/COPYING
/usr/share/licenses/libzwerg/COPYING-LGPLV3

References

Summary

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