How To Install php-symfony3-lock on Fedora 36

In this tutorial we learn how to install php-symfony3-lock in Fedora 36. php-symfony3-lock is Symfony Lock Component (version 3)

Introduction

In this tutorial we learn how to install php-symfony3-lock on Fedora 36.

What is php-symfony3-lock

Symfony Lock Component (version 3). Autoloader

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

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

sudo dnf -y install php-symfony3-lock

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

sudo yum -y install php-symfony3-lock

How To Uninstall php-symfony3-lock on Fedora 36

To uninstall only the php-symfony3-lock package we can use the following command:

sudo dnf remove php-symfony3-lock

php-symfony3-lock Package Contents on Fedora 36

/usr/share/doc/php-symfony3-lock
/usr/share/doc/php-symfony3-lock/CHANGELOG.md
/usr/share/doc/php-symfony3-lock/README.md
/usr/share/doc/php-symfony3-lock/composer.json
/usr/share/licenses/php-symfony3-lock
/usr/share/licenses/php-symfony3-lock/LICENSE
/usr/share/php/Symfony3/Component/Lock
/usr/share/php/Symfony3/Component/Lock/Exception
/usr/share/php/Symfony3/Component/Lock/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/Lock/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/Lock/Exception/LockAcquiringException.php
/usr/share/php/Symfony3/Component/Lock/Exception/LockConflictedException.php
/usr/share/php/Symfony3/Component/Lock/Exception/LockExpiredException.php
/usr/share/php/Symfony3/Component/Lock/Exception/LockReleasingException.php
/usr/share/php/Symfony3/Component/Lock/Exception/LockStorageException.php
/usr/share/php/Symfony3/Component/Lock/Exception/NotSupportedException.php
/usr/share/php/Symfony3/Component/Lock/Factory.php
/usr/share/php/Symfony3/Component/Lock/Key.php
/usr/share/php/Symfony3/Component/Lock/Lock.php
/usr/share/php/Symfony3/Component/Lock/LockInterface.php
/usr/share/php/Symfony3/Component/Lock/Store
/usr/share/php/Symfony3/Component/Lock/Store/CombinedStore.php
/usr/share/php/Symfony3/Component/Lock/Store/ExpiringStoreTrait.php
/usr/share/php/Symfony3/Component/Lock/Store/FlockStore.php
/usr/share/php/Symfony3/Component/Lock/Store/MemcachedStore.php
/usr/share/php/Symfony3/Component/Lock/Store/RedisStore.php
/usr/share/php/Symfony3/Component/Lock/Store/RetryTillSaveStore.php
/usr/share/php/Symfony3/Component/Lock/Store/SemaphoreStore.php
/usr/share/php/Symfony3/Component/Lock/Store/StoreFactory.php
/usr/share/php/Symfony3/Component/Lock/StoreInterface.php
/usr/share/php/Symfony3/Component/Lock/Strategy
/usr/share/php/Symfony3/Component/Lock/Strategy/ConsensusStrategy.php
/usr/share/php/Symfony3/Component/Lock/Strategy/StrategyInterface.php
/usr/share/php/Symfony3/Component/Lock/Strategy/UnanimousStrategy.php
/usr/share/php/Symfony3/Component/Lock/autoload.php

References

Summary

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