How to Install and Uninstall python3-ptrace Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "python3-ptrace" package

This tutorial shows how to install python3-ptrace on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-ptrace

2. Uninstall "python3-ptrace" package

This tutorial shows how to uninstall python3-ptrace on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-ptrace package on Ubuntu 21.10 (Impish Indri)

Package: python3-ptrace
Architecture: all
Version: 0.9.7-0.1
Priority: optional
Section: universe/python
Source: python-ptrace
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Pierre Chifflier
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 336
Depends: python3:any
Filename: pool/universe/p/python-ptrace/python3-ptrace_0.9.7-0.1_all.deb
Size: 59200
MD5sum: cf07fb8884169276b43a303b50174335
SHA1: f46d82b61d75901b4c249156579ca1ce2b6dfcd9
SHA256: 433035168af9387720017a78437127b8616631669a91fc992416ec7a2c1bf150
SHA512: 50af784fe30e8337fb46baf534863c70eda30293c1d2409ad5bcd38d205592c2c0887759d059ad39a5923a4a4750757318788ac9e7db8c5a2148cac47f3fcb30
Homepage: https://github.com/vstinner/python-ptrace
Description-en: 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: 06c9455d6c0e711f3184939a6da2a1f8