How to Install and Uninstall drgn.x86_64 Package on Rocky Linux 8

Last updated: September 06,2024

1. Install "drgn.x86_64" package

Please follow the guidance below to install drgn.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install drgn.x86_64

2. Uninstall "drgn.x86_64" package

This is a short guide on how to uninstall drgn.x86_64 on Rocky Linux 8:

$ sudo dnf remove drgn.x86_64 $ sudo dnf autoremove

3. Information about the drgn.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:13:53 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : drgn
Version : 0.0.20
Release : 1.el8
Architecture : x86_64
Size : 323 k
Source : python-drgn-0.0.20-1.el8.src.rpm
Repository : epel
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.