How to Install and Uninstall php8-xdebug Package on openSUSE Leap

Last updated: May 18,2024

1. Install "php8-xdebug" package

In this section, we are going to explain the necessary steps to install php8-xdebug on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php8-xdebug

2. Uninstall "php8-xdebug" package

This tutorial shows how to uninstall php8-xdebug on openSUSE Leap:

$ sudo zypper remove php8-xdebug

3. Information about the php8-xdebug package on openSUSE Leap

Information for package php8-xdebug:
------------------------------------
Repository : Update repository of openSUSE Backports
Name : php8-xdebug
Version : 3.2.0-bp155.2.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 316.2 KiB
Installed : No
Status : not installed
Source package : php8-xdebug-3.2.0-bp155.2.3.1.src
Upstream URL : https://xdebug.org
Summary : Extended PHP debugger
Description :
The Xdebug extension helps debugging scripts by providing
debug information such as:
* 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

5. The same packages on other Linux Distributions