How to Install and Uninstall pyinstrument.x86_64 Package on Fedora 38

Last updated: October 07,2024

1. Install "pyinstrument.x86_64" package

This guide let you learn how to install pyinstrument.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install pyinstrument.x86_64

2. Uninstall "pyinstrument.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pyinstrument.x86_64 on Fedora 38:

$ sudo dnf remove pyinstrument.x86_64 $ sudo dnf autoremove

3. Information about the pyinstrument.x86_64 package on Fedora 38

Last metadata expiration check: 0:47:52 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : pyinstrument
Version : 4.4.0
Release : 4.fc38
Architecture : x86_64
Size : 167 k
Source : pyinstrument-4.4.0-4.fc38.src.rpm
Repository : updates
Summary : Python profiler with colorful output
URL : https://github.com/joerick/pyinstrument
License : BSD-3-Clause AND BSD-2-Clause and MIT
Description : This package provides a line profiler similar to cProfile, but based on
: statistical sampling instead, and with a nicer and more colorful output:
: pyinstrument script.py