How to Install and Uninstall php82-xhprof.noarch Package on Rocky Linux 8

Last updated: May 01,2024

1. Install "php82-xhprof.noarch" package

This is a short guide on how to install php82-xhprof.noarch on Rocky Linux 8

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

2. Uninstall "php82-xhprof.noarch" package

Please follow the guidelines below to uninstall php82-xhprof.noarch on Rocky Linux 8:

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

3. Information about the php82-xhprof.noarch package on Rocky Linux 8

Last metadata expiration check: 0:36:45 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : php82-xhprof
Version : 2.3.7
Release : 1.el8.remi
Architecture : noarch
Size : 812 k
Source : php82-php-pecl-xhprof-2.3.7-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/php82/root/usr/share/doc/pecl/xhprof/xhprof_html/docs/index.html