How to Install and Uninstall drgn.x86_64 Package on CentOS 8 / RHEL 8

Last updated: October 05,2024

1. Install "drgn.x86_64" package

Please follow the steps below to install drgn.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install drgn.x86_64

2. Uninstall "drgn.x86_64" package

This tutorial shows how to uninstall drgn.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove drgn.x86_64 $ sudo dnf autoremove

3. Information about the drgn.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:16:10 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : drgn
Version : 0.0.11
Release : 2.el8
Architecture : x86_64
Size : 261 k
Source : python-drgn-0.0.11-2.el8.src.rpm
Repository : epel
Summary : Scriptable debugger library
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.