How to Install and Uninstall drgn.x86_64 Package on Fedora 36
Last updated: November 24,2024
1. Install "drgn.x86_64" package
In this section, we are going to explain the necessary steps to install drgn.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
drgn.x86_64
Copied
2. Uninstall "drgn.x86_64" package
Please follow the steps below to uninstall drgn.x86_64 on Fedora 36:
$
sudo dnf remove
drgn.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the drgn.x86_64 package on Fedora 36
Last metadata expiration check: 5:10:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : drgn
Version : 0.0.20
Release : 2.fc36
Architecture : x86_64
Size : 339 k
Source : python-drgn-0.0.20-2.fc36.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.
Available Packages
Name : drgn
Version : 0.0.20
Release : 2.fc36
Architecture : x86_64
Size : 339 k
Source : python-drgn-0.0.20-2.fc36.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.