How to Install and Uninstall php7-xdebug Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "php7-xdebug" package

Learn how to install php7-xdebug on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install php7-xdebug

2. Uninstall "php7-xdebug" package

Please follow the guidelines below to uninstall php7-xdebug on openSuSE Tumbleweed:

$ sudo zypper remove php7-xdebug

3. Information about the php7-xdebug package on openSuSE Tumbleweed

Information for package php7-xdebug:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : php7-xdebug
Version : 3.1.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 356,9 KiB
Installed : No
Status : not installed
Source package : php7-xdebug-3.1.2-1.1.src
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