How to Install and Uninstall xhprof.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "xhprof.noarch" package

Please follow the instructions below to install xhprof.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install xhprof.noarch

2. Uninstall "xhprof.noarch" package

In this section, we are going to explain the necessary steps to uninstall xhprof.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove xhprof.noarch $ sudo dnf autoremove

3. Information about the xhprof.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:39:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : xhprof
Version : 2.3.9
Release : 3.el9.remi.8.3
Architecture : noarch
Size : 800 k
Source : php-pecl-xhprof-2.3.9-3.el9.remi.8.3.src.rpm
Repository : remi-modular
Summary : A Hierarchical Profiler for PHP - Web interface
URL : https://pecl.php.net/package/xhprof
License : Apache-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