How to Install and Uninstall dwgrep.x86_64 Package on Fedora 39

Last updated: November 28,2024

1. Install "dwgrep.x86_64" package

This is a short guide on how to install dwgrep.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install dwgrep.x86_64

2. Uninstall "dwgrep.x86_64" package

Learn how to uninstall dwgrep.x86_64 on Fedora 39:

$ sudo dnf remove dwgrep.x86_64 $ sudo dnf autoremove

3. Information about the dwgrep.x86_64 package on Fedora 39

Last metadata expiration check: 4:51:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : dwgrep
Version : 0.4
Release : 15.fc38
Architecture : x86_64
Size : 59 k
Source : dwgrep-0.4-15.fc38.src.rpm
Repository : fedora
Summary : A tool for querying Dwarf (debuginfo) graphs
URL : http://pmachata.github.io/dwgrep/index.html
License : GPLv3+ and (GPLv2+ or LGPLv3+)
Description :
: Dwgrep is a tool, an associated language (called Zwerg) and a library
: (libzwerg) for querying Dwarf (debuginfo) graphs.
:
: You can think of dwgrep expressions as instructions describing a path
: through a graph, with assertions about the type of nodes along the
: way: that a node is of given type, that it has a given attribute,
: etc. There are also means of expressing sub-conditions,
: i.e. assertions that a given node is acceptable if a separate
: expression matches (or does not match) a different path through the
: graph.