How To Install php-liuggio-statsd-php-client on Fedora 36

In this tutorial we learn how to install php-liuggio-statsd-php-client in Fedora 36. php-liuggio-statsd-php-client is Object Oriented Client for etsy/statsd written in php

Introduction

In this tutorial we learn how to install php-liuggio-statsd-php-client on Fedora 36.

What is php-liuggio-statsd-php-client

statsd-php-client is an Open Source, and Object Oriented Client for etsy/statsd written in php.

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

Install php-liuggio-statsd-php-client 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-liuggio-statsd-php-client using dnf by running the following command:

sudo dnf -y install php-liuggio-statsd-php-client

Install php-liuggio-statsd-php-client 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-liuggio-statsd-php-client using yum by running the following command:

sudo yum -y install php-liuggio-statsd-php-client

How To Uninstall php-liuggio-statsd-php-client on Fedora 36

To uninstall only the php-liuggio-statsd-php-client package we can use the following command:

sudo dnf remove php-liuggio-statsd-php-client

php-liuggio-statsd-php-client Package Contents on Fedora 36

/usr/share/doc/php-liuggio-statsd-php-client
/usr/share/doc/php-liuggio-statsd-php-client/CHANGELOG.md
/usr/share/doc/php-liuggio-statsd-php-client/README.md
/usr/share/doc/php-liuggio-statsd-php-client/composer.json
/usr/share/licenses/php-liuggio-statsd-php-client
/usr/share/licenses/php-liuggio-statsd-php-client/LICENSE
/usr/share/php/Liuggio
/usr/share/php/Liuggio/StatsdClient
/usr/share/php/Liuggio/StatsdClient/Entity
/usr/share/php/Liuggio/StatsdClient/Entity/StatsdData.php
/usr/share/php/Liuggio/StatsdClient/Entity/StatsdDataInterface.php
/usr/share/php/Liuggio/StatsdClient/Exception
/usr/share/php/Liuggio/StatsdClient/Exception/InvalidArgumentException.php
/usr/share/php/Liuggio/StatsdClient/Factory
/usr/share/php/Liuggio/StatsdClient/Factory/StatsdDataFactory.php
/usr/share/php/Liuggio/StatsdClient/Factory/StatsdDataFactoryInterface.php
/usr/share/php/Liuggio/StatsdClient/Monolog
/usr/share/php/Liuggio/StatsdClient/Monolog/Formatter
/usr/share/php/Liuggio/StatsdClient/Monolog/Formatter/StatsDFormatter.php
/usr/share/php/Liuggio/StatsdClient/Monolog/Handler
/usr/share/php/Liuggio/StatsdClient/Monolog/Handler/StatsDHandler.php
/usr/share/php/Liuggio/StatsdClient/Sender
/usr/share/php/Liuggio/StatsdClient/Sender/EchoSender.php
/usr/share/php/Liuggio/StatsdClient/Sender/SenderInterface.php
/usr/share/php/Liuggio/StatsdClient/Sender/SocketSender.php
/usr/share/php/Liuggio/StatsdClient/Sender/SysLogSender.php
/usr/share/php/Liuggio/StatsdClient/Service
/usr/share/php/Liuggio/StatsdClient/Service/StatsdService.php
/usr/share/php/Liuggio/StatsdClient/StatsdClient.php
/usr/share/php/Liuggio/StatsdClient/StatsdClientInterface.php
/usr/share/php/Liuggio/StatsdClient/autoload.php

References

Summary

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