How to Install and Uninstall php-pecl-xdebug.src Package on Oracle Linux 8

Last updated: November 24,2024

1. Install "php-pecl-xdebug.src" package

In this section, we are going to explain the necessary steps to install php-pecl-xdebug.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install php-pecl-xdebug.src

2. Uninstall "php-pecl-xdebug.src" package

Please follow the steps below to uninstall php-pecl-xdebug.src on Oracle Linux 8:

$ sudo dnf remove php-pecl-xdebug.src $ sudo dnf autoremove

3. Information about the php-pecl-xdebug.src package on Oracle Linux 8

Last metadata expiration check: 7:00:17 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : php-pecl-xdebug
Version : 2.9.5
Release : 1.module+el8.3.0+7685+72d70b58
Architecture : src
Size : 444 k
Source : None
Repository : ol8_appstream
Summary : PECL package for debugging PHP scripts
URL : https://xdebug.org/
License : PHP
Description : The Xdebug extension helps you debugging your script by providing a lot of
: valuable debug information. The debug information that Xdebug can provide
: includes the following:
:
: * stack and function traces in error messages with:
: o full parameter display for user defined functions
: o function name, file name and line indications
: o support for member functions
: * memory allocation
: * protection for infinite recursions
:
: Xdebug also provides:
:
: * profiling information for PHP scripts
: * code coverage analysis
: * capabilities to debug your scripts interactively with a debug client
:
: Documentation: https://xdebug.org/docs/