How To Install php-symfony-doctrine-bridge on Fedora 36

In this tutorial we learn how to install php-symfony-doctrine-bridge in Fedora 36. php-symfony-doctrine-bridge is Symfony Doctrine Bridge

Introduction

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

What is php-symfony-doctrine-bridge

Provides integration for Doctrine (http various Symfony components. Configuration reference http

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

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

sudo dnf -y install php-symfony-doctrine-bridge

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

sudo yum -y install php-symfony-doctrine-bridge

How To Uninstall php-symfony-doctrine-bridge on Fedora 36

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

sudo dnf remove php-symfony-doctrine-bridge

php-symfony-doctrine-bridge Package Contents on Fedora 36

/usr/share/doc/php-symfony-doctrine-bridge
/usr/share/doc/php-symfony-doctrine-bridge/CHANGELOG.md
/usr/share/doc/php-symfony-doctrine-bridge/README.md
/usr/share/doc/php-symfony-doctrine-bridge/composer.json
/usr/share/licenses/php-symfony-doctrine-bridge
/usr/share/licenses/php-symfony-doctrine-bridge/LICENSE
/usr/share/php/Symfony/Bridge/Doctrine
/usr/share/php/Symfony/Bridge/Doctrine/CacheWarmer
/usr/share/php/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php
/usr/share/php/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
/usr/share/php/Symfony/Bridge/Doctrine/DataCollector
/usr/share/php/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php
/usr/share/php/Symfony/Bridge/Doctrine/DataFixtures
/usr/share/php/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/Security
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider
/usr/share/php/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php
/usr/share/php/Symfony/Bridge/Doctrine/ExpressionLanguage
/usr/share/php/Symfony/Bridge/Doctrine/ExpressionLanguage/DoctrineParserCache.php
/usr/share/php/Symfony/Bridge/Doctrine/Form
/usr/share/php/Symfony/Bridge/Doctrine/Form/ChoiceList
/usr/share/php/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityLoaderInterface.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/DataTransformer
/usr/share/php/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/EventListener
/usr/share/php/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/Type
/usr/share/php/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php
/usr/share/php/Symfony/Bridge/Doctrine/Form/Type/EntityType.php
/usr/share/php/Symfony/Bridge/Doctrine/HttpFoundation
/usr/share/php/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php
/usr/share/php/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandlerSchema.php
/usr/share/php/Symfony/Bridge/Doctrine/Logger
/usr/share/php/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
/usr/share/php/Symfony/Bridge/Doctrine/ManagerRegistry.php
/usr/share/php/Symfony/Bridge/Doctrine/PropertyInfo
/usr/share/php/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php
/usr/share/php/Symfony/Bridge/Doctrine/RegistryInterface.php
/usr/share/php/Symfony/Bridge/Doctrine/Security
/usr/share/php/Symfony/Bridge/Doctrine/Security/RememberMe
/usr/share/php/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php
/usr/share/php/Symfony/Bridge/Doctrine/Security/User
/usr/share/php/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php
/usr/share/php/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php
/usr/share/php/Symfony/Bridge/Doctrine/Test
/usr/share/php/Symfony/Bridge/Doctrine/Test/DoctrineTestHelper.php
/usr/share/php/Symfony/Bridge/Doctrine/Validator
/usr/share/php/Symfony/Bridge/Doctrine/Validator/Constraints
/usr/share/php/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php
/usr/share/php/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php
/usr/share/php/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php
/usr/share/php/Symfony/Bridge/Doctrine/autoload.php

References

Summary

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