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

Last updated: May 15,2024

1. Install "php8.1-xdebug" package

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

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

2. Uninstall "php8.1-xdebug" package

This tutorial shows how to uninstall php8.1-xdebug on Kali Linux:

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

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

Package: php8.1-xdebug
Source: xdebug
Version: 3.1.2+2.9.8+2.8.1+2.5.5-4
Installed-Size: 1763
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Replaces: php-xdebug (<< 3.1.2+2.9.8+2.8.1+2.5.5-4~)
Provides: php-xdebug
Depends: ucf, php8.1-common, phpapi-20210902, libc6 (>= 2.33)
Pre-Depends: php-common (>= 2:69~)
Breaks: php-xdebug (<< 3.1.2+2.9.8+2.8.1+2.5.5-4~)
Size: 556012
SHA256: b73aa85ae17d820dd54472bb22818774b3a6070c8ef0a8a4c83bb4dacccefdf2
SHA1: 4fd6f6e0e70fa296c5d82151faaf6fa6427b7797
MD5sum: 224dbb26f6bf323e07885941e00f23a8
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: 0f0798e7431f8c626ceea9d500b3e977
Homepage: https://xdebug.org/
Section: php
Priority: optional
Filename: pool/main/x/xdebug/php8.1-xdebug_3.1.2+2.9.8+2.8.1+2.5.5-4_amd64.deb