How To Install php-doctrine-doctrine-cache-bundle on Fedora 36

In this tutorial we learn how to install php-doctrine-doctrine-cache-bundle in Fedora 36. php-doctrine-doctrine-cache-bundle is Symfony2 Bundle for Doctrine Cache

Introduction

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

What is php-doctrine-doctrine-cache-bundle

Symfony2 Bundle for Doctrine Cache. Autoloader

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

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

sudo dnf -y install php-doctrine-doctrine-cache-bundle

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

sudo yum -y install php-doctrine-doctrine-cache-bundle

How To Uninstall php-doctrine-doctrine-cache-bundle on Fedora 36

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

sudo dnf remove php-doctrine-doctrine-cache-bundle

php-doctrine-doctrine-cache-bundle Package Contents on Fedora 36

/usr/share/doc/php-doctrine-doctrine-cache-bundle
/usr/share/doc/php-doctrine-doctrine-cache-bundle/README.md
/usr/share/doc/php-doctrine-doctrine-cache-bundle/composer.json
/usr/share/licenses/php-doctrine-doctrine-cache-bundle
/usr/share/licenses/php-doctrine-doctrine-cache-bundle/LICENSE
/usr/share/php/Doctrine/Bundle
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Acl
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Acl/Model
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Acl/Model/AclCache.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Command
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Command/CacheCommand.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Command/ContainsCommand.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Command/DeleteCommand.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Command/FlushCommand.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Command/StatsCommand.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/CacheProviderLoader.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Configuration.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/CacheDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/ChainDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/CouchbaseDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/FileSystemDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/MemcacheDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/MemcachedDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/MongodbDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/PhpFileDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/PredisDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/RedisDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/RiakDefinition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/Definition/Sqlite3Definition.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/DoctrineCacheExtension.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DependencyInjection/SymfonyBridgeAdapter.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/DoctrineCacheBundle.php
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/config
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/config/schema
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/config/schema/doctrine_cache-1.0.xsd
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/config/services.xml
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc/acl_cache.rst
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc/custom_providers.rst
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc/index.rst
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc/installation.rst
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc/reference.rst
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc/service_parameter.rst
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/Resources/doc/usage.rst
/usr/share/php/Doctrine/Bundle/DoctrineCacheBundle/autoload.php

References

Summary

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