How to Install and Uninstall python3-profilehooks.noarch Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "python3-profilehooks.noarch" package

This guide covers the steps necessary to install python3-profilehooks.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-profilehooks.noarch

2. Uninstall "python3-profilehooks.noarch" package

This guide let you learn how to uninstall python3-profilehooks.noarch on CentOS Stream 8:

$ sudo dnf remove python3-profilehooks.noarch $ sudo dnf autoremove

3. Information about the python3-profilehooks.noarch package on CentOS Stream 8

Last metadata expiration check: 1:31:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-profilehooks
Version : 1.11.2
Release : 1.el8
Architecture : noarch
Size : 28 k
Source : python-profilehooks-1.11.2-1.el8.src.rpm
Repository : epel
Summary : Decorators for profiling/timing/tracing individual functions
URL : https://pypi.python.org/pypi/profilehooks/1.11.2
License : MIT
Description : Profilehooks is a collection of decorators for profiling functions.