How to Install and Uninstall python3-drgn Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-drgn" package

This tutorial shows how to install python3-drgn on Kali Linux

$ sudo apt update $ sudo apt install python3-drgn

2. Uninstall "python3-drgn" package

Please follow the steps below to uninstall python3-drgn on Kali Linux:

$ sudo apt remove python3-drgn $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-drgn package on Kali Linux

Package: python3-drgn
Source: drgn
Version: 0.0.25-2
Installed-Size: 1125
Maintainer: Michel Alexandre Salim
Architecture: amd64
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.33), libdw1 (>= 0.177), libelf1 (>= 0.165), libgomp1 (>= 6), libkdumpfile10 (>= 0.5.4)
Suggests: python-drgn-doc
Size: 347564
SHA256: 70993b0ec24a3e5a3a4048226442d81856185635ce48b32c5ea5adb68b147812
SHA1: e44178539e59288b1f6b5f1ffd664ea343ebf572
MD5sum: c4299e0c7c589b6d42577ee891ba6f42
Description: Programmable debugger
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.
Description-md5:
Homepage: https://github.com/osandov/drgn
Section: python
Priority: optional
Filename: pool/main/d/drgn/python3-drgn_0.0.25-2_amd64.deb