How To Install php-symfony3-cache on Fedora 36

In this tutorial we learn how to install php-symfony3-cache in Fedora 36. php-symfony3-cache is Symfony implementation of PSR-6 (version 3)

Introduction

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

What is php-symfony3-cache

The Cache component provides an extended PSR-6 [1] implementation for adding cache to your applications. It is designed to have a low overhead and it ships with ready to use adapters for the most common caching backends. Autoloader [1] http

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

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

sudo dnf -y install php-symfony3-cache

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

sudo yum -y install php-symfony3-cache

How To Uninstall php-symfony3-cache on Fedora 36

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

sudo dnf remove php-symfony3-cache

php-symfony3-cache Package Contents on Fedora 36

/usr/share/doc/php-symfony3-cache
/usr/share/doc/php-symfony3-cache/CHANGELOG.md
/usr/share/doc/php-symfony3-cache/README.md
/usr/share/doc/php-symfony3-cache/composer.json
/usr/share/licenses/php-symfony3-cache
/usr/share/licenses/php-symfony3-cache/LICENSE
/usr/share/php/Symfony3/Component/Cache
/usr/share/php/Symfony3/Component/Cache/Adapter
/usr/share/php/Symfony3/Component/Cache/Adapter/AbstractAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/AdapterInterface.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ApcuAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ArrayAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ChainAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/DoctrineAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/FilesystemAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/MemcachedAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/NullAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/PdoAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/PhpArrayAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/PhpFilesAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ProxyAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/RedisAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/SimpleCacheAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TagAwareAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TagAwareAdapterInterface.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TraceableAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TraceableTagAwareAdapter.php
/usr/share/php/Symfony3/Component/Cache/CacheItem.php
/usr/share/php/Symfony3/Component/Cache/DataCollector
/usr/share/php/Symfony3/Component/Cache/DataCollector/CacheDataCollector.php
/usr/share/php/Symfony3/Component/Cache/DoctrineProvider.php
/usr/share/php/Symfony3/Component/Cache/Exception
/usr/share/php/Symfony3/Component/Cache/Exception/CacheException.php
/usr/share/php/Symfony3/Component/Cache/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/Cache/PruneableInterface.php
/usr/share/php/Symfony3/Component/Cache/ResettableInterface.php
/usr/share/php/Symfony3/Component/Cache/Simple
/usr/share/php/Symfony3/Component/Cache/Simple/AbstractCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/ApcuCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/ArrayCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/ChainCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/DoctrineCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/FilesystemCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/MemcachedCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/NullCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/PdoCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/PhpArrayCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/PhpFilesCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/Psr6Cache.php
/usr/share/php/Symfony3/Component/Cache/Simple/RedisCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/TraceableCache.php
/usr/share/php/Symfony3/Component/Cache/Traits
/usr/share/php/Symfony3/Component/Cache/Traits/AbstractTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/ApcuTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/ArrayTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/DoctrineTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/FilesystemCommonTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/FilesystemTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/MemcachedTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/PdoTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/PhpArrayTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/PhpFilesTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/ProxyTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/RedisProxy.php
/usr/share/php/Symfony3/Component/Cache/Traits/RedisTrait.php
/usr/share/php/Symfony3/Component/Cache/autoload.php

References

Summary

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