How to Install and Uninstall php8.2-xdebug Package on Kali Linux

Last updated: February 01,2025

1. Install "php8.2-xdebug" package

Please follow the guidance below to install php8.2-xdebug on Kali Linux

$ sudo apt update $ sudo apt install php8.2-xdebug

2. Uninstall "php8.2-xdebug" package

Here is a brief guide to show you how to uninstall php8.2-xdebug on Kali Linux:

$ sudo apt remove php8.2-xdebug $ sudo apt autoclean && sudo apt autoremove

3. Information about the php8.2-xdebug package on Kali Linux

Package: php8.2-xdebug
Source: xdebug
Version: 3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3
Installed-Size: 1825
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Replaces: php-xdebug (<< 3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3~)
Provides: php-xdebug
Depends: ucf, php8.2-common, phpapi-20220829, libc6 (>= 2.33)
Pre-Depends: php-common (>= 2:69~)
Breaks: php-xdebug (<< 3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3~)
Size: 581688
SHA256: bbb967c02377d18557b8ac7a754c8b4b6edc4df94a43cf4f98da4dec31c6976f
SHA1: 878f18855d19a4c19a04571a515aee56b73210c4
MD5sum: b9f06654aaa7dede854c40440672eae9
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
Description-md5:
Homepage: https://xdebug.org/
Section: php
Priority: optional
Filename: pool/main/x/xdebug/php8.2-xdebug_3.2.0+3.1.6+2.9.8+2.8.1+2.5.5-3_amd64.deb