How to Install and Uninstall python3-drgn Package on openSUSE Leap

Last updated: February 01,2025

1. Install "python3-drgn" package

Please follow the guidelines below to install python3-drgn on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-drgn

2. Uninstall "python3-drgn" package

Learn how to uninstall python3-drgn on openSUSE Leap:

$ sudo zypper remove python3-drgn

3. Information about the python3-drgn package on openSUSE Leap

Information for package python3-drgn:
-------------------------------------
Repository : Main Repository
Name : python3-drgn
Version : 0.0.22-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-drgn-0.0.22-bp155.1.5.src
Upstream URL : https://github.com/osandov/drgn
Summary : Scriptable debugger library
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.