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

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

Introduction

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

What is php-symfony-swiftmailer-bridge

Provides integration for Swift Mailer (http Symfony components. NOTE instead.

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

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

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

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

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

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

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

sudo dnf remove php-symfony-swiftmailer-bridge

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

/usr/share/doc/php-symfony-swiftmailer-bridge
/usr/share/doc/php-symfony-swiftmailer-bridge/CHANGELOG.md
/usr/share/doc/php-symfony-swiftmailer-bridge/README.md
/usr/share/doc/php-symfony-swiftmailer-bridge/composer.json
/usr/share/licenses/php-symfony-swiftmailer-bridge
/usr/share/licenses/php-symfony-swiftmailer-bridge/LICENSE
/usr/share/php/Symfony/Bridge/Swiftmailer
/usr/share/php/Symfony/Bridge/Swiftmailer/DataCollector
/usr/share/php/Symfony/Bridge/Swiftmailer/DataCollector/MessageDataCollector.php
/usr/share/php/Symfony/Bridge/Swiftmailer/autoload.php

References

Summary

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