How To Install php-composer-xdebug-handler on Fedora 36

In this tutorial we learn how to install php-composer-xdebug-handler in Fedora 36. php-composer-xdebug-handler is Restarts a process without Xdebug

Introduction

In this tutorial we learn how to install php-composer-xdebug-handler on Fedora 36.

What is php-composer-xdebug-handler

Restart a CLI process without loading the xdebug extension. Originally written as part of composer/composer, now extracted and made available as a stand-alone library. Autoloader

We can use yum or dnf to install php-composer-xdebug-handler on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-composer-xdebug-handler.

Install php-composer-xdebug-handler on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-composer-xdebug-handler using dnf by running the following command:

sudo dnf -y install php-composer-xdebug-handler

Install php-composer-xdebug-handler on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-composer-xdebug-handler using yum by running the following command:

sudo yum -y install php-composer-xdebug-handler

How To Uninstall php-composer-xdebug-handler on Fedora 36

To uninstall only the php-composer-xdebug-handler package we can use the following command:

sudo dnf remove php-composer-xdebug-handler

php-composer-xdebug-handler Package Contents on Fedora 36

/usr/share/doc/php-composer-xdebug-handler
/usr/share/doc/php-composer-xdebug-handler/CHANGELOG.md
/usr/share/doc/php-composer-xdebug-handler/README.md
/usr/share/doc/php-composer-xdebug-handler/composer.json
/usr/share/licenses/php-composer-xdebug-handler
/usr/share/licenses/php-composer-xdebug-handler/LICENSE
/usr/share/php/Composer
/usr/share/php/Composer/XdebugHandler
/usr/share/php/Composer/XdebugHandler/PhpConfig.php
/usr/share/php/Composer/XdebugHandler/Process.php
/usr/share/php/Composer/XdebugHandler/Status.php
/usr/share/php/Composer/XdebugHandler/XdebugHandler.php
/usr/share/php/Composer/XdebugHandler/autoload.php

References

Summary

In this tutorial we learn how to install php-composer-xdebug-handler on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).