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

Last updated: November 28,2024

1. Install "python3-ptrace.x86_64" package

Please follow the steps below to install python3-ptrace.x86_64 on Fedora 35

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

2. Uninstall "python3-ptrace.x86_64" package

This guide covers the steps necessary to uninstall python3-ptrace.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:50:26 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-ptrace
Version : 0.9.8
Release : 3.fc35
Architecture : x86_64
Size : 189 k
Source : python-ptrace-0.9.8-3.fc35.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)