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

Last updated: November 27,2024

1. Install "python3-ptrace.x86_64" package

Please follow the instructions below to install python3-ptrace.x86_64 on Fedora 34

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

2. Uninstall "python3-ptrace.x86_64" package

Please follow the guidelines below to uninstall python3-ptrace.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:24:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-ptrace
Version : 0.9.8
Release : 1.fc34
Architecture : x86_64
Size : 181 k
Source : python-ptrace-0.9.8-1.fc34.src.rpm
Repository : fedora
Summary : Debugger using ptrace written in Python 3
URL : https://bitbucket.org/haypo/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)