How to Install and Uninstall php73-php-pecl-trace.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "php73-php-pecl-trace.x86_64" package

In this section, we are going to explain the necessary steps to install php73-php-pecl-trace.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install php73-php-pecl-trace.x86_64

2. Uninstall "php73-php-pecl-trace.x86_64" package

Please follow the guidance below to uninstall php73-php-pecl-trace.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove php73-php-pecl-trace.x86_64 $ sudo dnf autoremove

3. Information about the php73-php-pecl-trace.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:19:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : php73-php-pecl-trace
Version : 1.0.1
Release : 0.5.beta.el8.remi
Architecture : x86_64
Size : 65 k
Source : php73-php-pecl-trace-1.0.1-0.5.beta.el8.remi.src.rpm
Repository : remi-safe
Summary : Trace is a low-overhead tracing tool for PHP
URL : http://pecl.php.net/package/trace
License : ASL 2.0 and BSD
Description : Trace is a low-overhead tracing tool for PHP.
:
: It can trace all PHP executing, function calls, request information during
: run-time. And provides features like Filter, Statistics, Current Status and
: so on.
:
: It is very useful to locate blocking, heavy-load problems and debug in all
: environments, especially in production environments.
:
: Package built for PHP 7.3 as Software Collection (php73 by remi).