How to Install and Uninstall drgn.x86_64 Package on AlmaLinux 9
Last updated: November 21,2024
1. Install "drgn.x86_64" package
This guide let you learn how to install drgn.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
drgn.x86_64
Copied
2. Uninstall "drgn.x86_64" package
This guide let you learn how to uninstall drgn.x86_64 on AlmaLinux 9:
$
sudo dnf remove
drgn.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the drgn.x86_64 package on AlmaLinux 9
Last metadata expiration check: 0:01:58 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : drgn
Version : 0.0.24
Release : 1.el9
Architecture : x86_64
Size : 392 k
Source : python-drgn-0.0.24-1.el9.src.rpm
Repository : epel
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.
Available Packages
Name : drgn
Version : 0.0.24
Release : 1.el9
Architecture : x86_64
Size : 392 k
Source : python-drgn-0.0.24-1.el9.src.rpm
Repository : epel
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.