How to Install and Uninstall php-xdebug Package on Kali Linux

Last updated: November 22,2024

1. Install "php-xdebug" package

This guide covers the steps necessary to install php-xdebug on Kali Linux

$ sudo apt update $ sudo apt install php-xdebug

2. Uninstall "php-xdebug" package

Please follow the instructions below to uninstall php-xdebug on Kali Linux:

$ sudo apt remove php-xdebug $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-xdebug package on Kali Linux

Package: php-xdebug
Source: xdebug
Version: 3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3
Installed-Size: 16
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Depends: ucf, php8.2-xdebug
Pre-Depends: php-common (>= 2:69~)
Size: 5264
SHA256: cf8127094319fb866b353eef4e6014a0c763c6ae204c6f4a1ede77951ca6b5eb
SHA1: 270ee182e95938982057fc85203be84c64e83907
MD5sum: 7012f0b353027adf0e8c6ff3a6dd9372
Description: Xdebug Module for PHP
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 traces and function traces in error messages with:
- full parameter display for user defined functions
- function name, file name and line indications
- support for member functions
* memory allocation
* protection for infinite recursions
.
Xdebug also provides:
.
* profiling information for PHP scripts
* script execution analysis
* capabilities to debug your scripts interactively with a debug client
.
This is empty package that depends on default PHP version.
Description-md5:
Homepage: https://xdebug.org/
Section: php
Priority: optional
Filename: pool/main/x/xdebug/php-xdebug_3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3_amd64.deb