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

Last updated: October 07,2024

1. Install "dwgrep.x86_64" package

Please follow the instructions below to install dwgrep.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install dwgrep.x86_64

2. Uninstall "dwgrep.x86_64" package

Please follow the steps below to uninstall dwgrep.x86_64 on Fedora 34:

$ sudo dnf remove dwgrep.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:53:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : dwgrep
Version : 0.4
Release : 10.fc34
Architecture : x86_64
Size : 61 k
Source : dwgrep-0.4-10.fc34.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.