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

Last updated: January 24,2025

1. Install "php7-xdebug" package

Learn how to install php7-xdebug on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php7-xdebug

2. Uninstall "php7-xdebug" package

Please follow the instructions below to uninstall php7-xdebug on openSUSE Leap:

$ sudo zypper remove php7-xdebug

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

Information for package php7-xdebug:
------------------------------------
Repository : Update repository of openSUSE Backports
Name : php7-xdebug
Version : 3.1.6-bp155.2.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 312.2 KiB
Installed : No
Status : not installed
Source package : php7-xdebug-3.1.6-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