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

Last updated: March 01,2025

1. Install "drgn.x86_64" package

Please follow the step by step instructions below to install drgn.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install drgn.x86_64

2. Uninstall "drgn.x86_64" package

This guide covers the steps necessary to uninstall drgn.x86_64 on Fedora 39:

$ sudo dnf remove drgn.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:51:04 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : drgn
Version : 0.0.25
Release : 1.fc39
Architecture : x86_64
Size : 468 k
Source : python-drgn-0.0.25-1.fc39.src.rpm
Repository : updates
Summary : Programmable debugger
URL : https://github.com/osandov/drgn
License : LGPL-2.1-or-later
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.