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

Last updated: May 16,2024

1. Install "php-xdebug-all-dev" package

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

$ sudo apt update $ sudo apt install php-xdebug-all-dev

2. Uninstall "php-xdebug-all-dev" package

This is a short guide on how to uninstall php-xdebug-all-dev on Kali Linux:

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

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

Package: php-xdebug-all-dev
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: all
Depends: ucf, php8.2-xdebug (>= 3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3~), php-all-dev
Pre-Depends: php-common (>= 2:69~)
Size: 5280
SHA256: 24617c5a73864a2f89097d0799bec1af7b1760536132a1021b8fca566e211951
SHA1: 408234b3f4a726c447769991eaccccfffefdbf0b
MD5sum: 26feb53953cc6af0c3c8cfe10d926303
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 all PHP versions.
Description-md5:
Homepage: https://xdebug.org/
Section: php
Priority: optional
Filename: pool/main/x/xdebug/php-xdebug-all-dev_3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3_all.deb