How To Install php-firephp-firephp-core on Fedora 36
Introduction
In this tutorial we learn how to install php-firephp-firephp-core
on Fedora 36.
What is php-firephp-firephp-core
FirePHP is a logging system that can display PHP variables in a browser as an application is navigated. All communication happens via HTTP headers which means the logging data will not interfere with the normal functioning of the application.
We can use yum
or dnf
to install php-firephp-firephp-core
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-firephp-firephp-core.
Install php-firephp-firephp-core 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-firephp-firephp-core
using dnf
by running the following command:
sudo dnf -y install php-firephp-firephp-core
Install php-firephp-firephp-core 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-firephp-firephp-core
using yum
by running the following command:
sudo yum -y install php-firephp-firephp-core
How To Uninstall php-firephp-firephp-core on Fedora 36
To uninstall only the php-firephp-firephp-core
package we can use the following command:
sudo dnf remove php-firephp-firephp-core
php-firephp-firephp-core Package Contents on Fedora 36
/usr/share/doc/php-firephp-firephp-core
/usr/share/doc/php-firephp-firephp-core/CHANGELOG.md
/usr/share/doc/php-firephp-firephp-core/README.md
/usr/share/doc/php-firephp-firephp-core/composer.json
/usr/share/licenses/php-firephp-firephp-core
/usr/share/licenses/php-firephp-firephp-core/README.md
/usr/share/php/FirePHPCore
/usr/share/php/FirePHPCore/FirePHP.class.php
/usr/share/php/FirePHPCore/FirePHP_TestWrapper.class.php
/usr/share/php/FirePHPCore/autoload.php
/usr/share/php/FirePHPCore/fb.php
References
Summary
In this tutorial we learn how to install php-firephp-firephp-core
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).