How to Install and Uninstall python39-drgn Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python39-drgn" package

This guide covers the steps necessary to install python39-drgn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-drgn

2. Uninstall "python39-drgn" package

Please follow the guidelines below to uninstall python39-drgn on openSuSE Tumbleweed:

$ sudo zypper remove python39-drgn

3. Information about the python39-drgn package on openSuSE Tumbleweed

Information for package python39-drgn:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-drgn
Version : 0.0.26-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-drgn-0.0.26-1.1.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.