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

Last updated: October 11,2024

1. Install "dwgrep.x86_64" package

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

$ sudo dnf update $ sudo dnf install dwgrep.x86_64

2. Uninstall "dwgrep.x86_64" package

In this section, we are going to explain the necessary steps to uninstall dwgrep.x86_64 on Fedora 36:

$ sudo dnf remove dwgrep.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:41:01 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : dwgrep
Version : 0.4
Release : 11.fc35
Architecture : x86_64
Size : 59 k
Source : dwgrep-0.4-11.fc35.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.