How to Install and Uninstall php74-xhprof.noarch Package on CentOS 8 / RHEL 8

Last updated: May 03,2024

1. Install "php74-xhprof.noarch" package

This is a short guide on how to install php74-xhprof.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install php74-xhprof.noarch

2. Uninstall "php74-xhprof.noarch" package

Here is a brief guide to show you how to uninstall php74-xhprof.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove php74-xhprof.noarch $ sudo dnf autoremove

3. Information about the php74-xhprof.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:26:18 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : php74-xhprof
Version : 2.3.2
Release : 1.el8.remi
Architecture : noarch
Size : 811 k
Source : php74-php-pecl-xhprof-2.3.2-1.el8.remi.src.rpm
Repository : remi-safe
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: /opt/remi/php74/root/usr/share/doc/pecl/xhprof/xhprof_html/docs/index.html