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

Last updated: April 23,2024

1. Install "python3-ptrace" package

Please follow the step by step instructions below to install python3-ptrace on Kali Linux

$ sudo apt update $ sudo apt install python3-ptrace

2. Uninstall "python3-ptrace" package

This is a short guide on how to uninstall python3-ptrace on Kali Linux:

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

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

Package: python3-ptrace
Source: python-ptrace
Version: 0.9.8-0.2
Installed-Size: 390
Maintainer: Pierre Chifflier
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 67280
SHA256: 16a5403e2d6a4a8817ca458876584996ba892394bd63dec4724106b206f99a62
SHA1: 55cea66aa7bec0228b244c8215f9a242f07aeef6
MD5sum: eab229ef5e1b84020d42dd144cda5a31
Description: Python 3 bindings for ptrace
This package provides Python bindings for the ptrace library. It allows
controlling, debugging, or modifying processes using the ptrace syscall.
.
Features:
* High level Python object API
* Able to control multiple processes: catch fork events
* Read/write bytes to arbitrary addresses
* Execution step by step using ptrace_singlestep() or hardware int 3
* Can use distorm disassembler
* Dump registers, memory mappings, stack, etc.
* Syscall tracer and parser (strace command)
.
This package provides the ptrace Python module for Python 3.x.
Description-md5:
Homepage: https://github.com/vstinner/python-ptrace
Section: python
Priority: optional
Filename: pool/main/p/python-ptrace/python3-ptrace_0.9.8-0.2_amd64.deb