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

Last updated: October 05,2024

1. Install "drgn.x86_64" package

Please follow the guidelines below to install drgn.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install drgn.x86_64

2. Uninstall "drgn.x86_64" package

Learn how to uninstall drgn.x86_64 on Fedora 34:

$ sudo dnf remove drgn.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:41:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : drgn
Version : 0.0.19
Release : 1.fc34
Architecture : x86_64
Size : 327 k
Source : python-drgn-0.0.19-1.fc34.src.rpm
Repository : updates
Summary : Programmable debugger
URL : https://github.com/osandov/drgn
License : GPLv3+
Description : drgn (pronounced "dragon") is a debugger with an emphasis on programmability.
: drgn exposes the types and variables in a program for easy, expressive
: scripting in Python.