How to Install and Uninstall xhprof.noarch Package on Fedora 35

Last updated: May 14,2024

1. Install "xhprof.noarch" package

Please follow the instructions below to install xhprof.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install xhprof.noarch

2. Uninstall "xhprof.noarch" package

This guide let you learn how to uninstall xhprof.noarch on Fedora 35:

$ sudo dnf remove xhprof.noarch $ sudo dnf autoremove

3. Information about the xhprof.noarch package on Fedora 35

Last metadata expiration check: 2:20:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : xhprof
Version : 2.3.7
Release : 1.fc35.remi.8.1
Architecture : noarch
Size : 801 k
Source : php-pecl-xhprof-2.3.7-1.fc35.remi.8.1.src.rpm
Repository : remi-modular
Summary : A Hierarchical Profiler for PHP - Web interface
URL : https://pecl.php.net/package/xhprof
License : ASL 2.0
Description : XHProf is a function-level hierarchical profiler for PHP and has a simple HTML
: based navigational interface.
:
: The raw data collection component, implemented in C (as a PHP extension,
: provided by the "php-pecl-xhprof" package).
:
: The reporting/UI layer is all in PHP. It is capable of reporting function-level
: inclusive and exclusive wall times, memory usage, CPU times and number of calls
: for each function.
:
: Additionally, it supports ability to compare two runs (hierarchical DIFF
: reports), or aggregate results from multiple runs.
:
: Documentation: /usr/share/doc/pecl/xhprof/xhprof_html/docs/index.html