How To Install php-symfony-stopwatch on Fedora 36

In this tutorial we learn how to install php-symfony-stopwatch in Fedora 36. php-symfony-stopwatch is Symfony Stopwatch Component

Introduction

In this tutorial we learn how to install php-symfony-stopwatch on Fedora 36.

What is php-symfony-stopwatch

Stopwatch component provides a way to profile code.

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

Install php-symfony-stopwatch 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-symfony-stopwatch using dnf by running the following command:

sudo dnf -y install php-symfony-stopwatch

Install php-symfony-stopwatch 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-symfony-stopwatch using yum by running the following command:

sudo yum -y install php-symfony-stopwatch

How To Uninstall php-symfony-stopwatch on Fedora 36

To uninstall only the php-symfony-stopwatch package we can use the following command:

sudo dnf remove php-symfony-stopwatch

php-symfony-stopwatch Package Contents on Fedora 36

/usr/share/doc/php-symfony-stopwatch
/usr/share/doc/php-symfony-stopwatch/README.md
/usr/share/doc/php-symfony-stopwatch/composer.json
/usr/share/licenses/php-symfony-stopwatch
/usr/share/licenses/php-symfony-stopwatch/LICENSE
/usr/share/php/Symfony/Component/Stopwatch
/usr/share/php/Symfony/Component/Stopwatch/Section.php
/usr/share/php/Symfony/Component/Stopwatch/Stopwatch.php
/usr/share/php/Symfony/Component/Stopwatch/StopwatchEvent.php
/usr/share/php/Symfony/Component/Stopwatch/StopwatchPeriod.php
/usr/share/php/Symfony/Component/Stopwatch/autoload.php
/usr/share/php/Symfony/Component/Stopwatch/autoloader.php

References

Summary

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