How to Install and Uninstall python3-ptrace.x86_64 Package on Fedora 39

Last updated: October 08,2024

1. Install "python3-ptrace.x86_64" package

Please follow the guidance below to install python3-ptrace.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-ptrace.x86_64

2. Uninstall "python3-ptrace.x86_64" package

Please follow the instructions below to uninstall python3-ptrace.x86_64 on Fedora 39:

$ sudo dnf remove python3-ptrace.x86_64 $ sudo dnf autoremove

3. Information about the python3-ptrace.x86_64 package on Fedora 39

Last metadata expiration check: 2:51:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-ptrace
Version : 0.9.8
Release : 10.fc39
Architecture : x86_64
Size : 253 k
Source : python-ptrace-0.9.8-10.fc39.src.rpm
Repository : fedora
Summary : Debugger using ptrace written in Python 3
URL : https://github.com/vstinner/python-ptrace
License : GPLv2
Description : python-ptrace is a debugger using ptrace written in Python.
: Features:
: o High level Python object API : PtraceDebugger and PtraceProcess
: o Able to control multiple processes: catch fork events on Linux
: o Read/write bytes to arbitrary address: take care of memory alignment
: and split bytes to cpu word
: o Execution step by step using ptrace_singlestep()
: or hardware interruption 3
: o Dump registers, memory mappings, stack, etc.
: o Syscall tracer and parser (strace.py command)
: o Can use distorm disassembler (if available)