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

Last updated: September 28,2024

1. Install "python3-ptrace.x86_64" package

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

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

2. Uninstall "python3-ptrace.x86_64" package

Here is a brief guide to show you how to uninstall python3-ptrace.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:16:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-ptrace
Version : 0.9.8
Release : 4.fc36
Architecture : x86_64
Size : 189 k
Source : python-ptrace-0.9.8-4.fc36.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)