How To Install php-symfony-common on Fedora 36

In this tutorial we learn how to install php-symfony-common in Fedora 36. php-symfony-common is Symfony common files

Introduction

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

What is php-symfony-common

Symfony common files

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

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

sudo dnf -y install php-symfony-common

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

sudo yum -y install php-symfony-common

How To Uninstall php-symfony-common on Fedora 36

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

sudo dnf remove php-symfony-common

php-symfony-common Package Contents on Fedora 36

/usr/share/doc/php-symfony-common
/usr/share/doc/php-symfony-common/CHANGELOG-2.2.md
/usr/share/doc/php-symfony-common/CHANGELOG-2.3.md
/usr/share/doc/php-symfony-common/CHANGELOG-2.4.md
/usr/share/doc/php-symfony-common/CHANGELOG-2.5.md
/usr/share/doc/php-symfony-common/CHANGELOG-2.6.md
/usr/share/doc/php-symfony-common/CHANGELOG-2.7.md
/usr/share/doc/php-symfony-common/CHANGELOG-2.8.md
/usr/share/doc/php-symfony-common/CODE_OF_CONDUCT.md
/usr/share/doc/php-symfony-common/CONTRIBUTING.md
/usr/share/doc/php-symfony-common/CONTRIBUTORS.md
/usr/share/doc/php-symfony-common/README.md
/usr/share/doc/php-symfony-common/UPGRADE-2.1.md
/usr/share/doc/php-symfony-common/UPGRADE-2.2.md
/usr/share/doc/php-symfony-common/UPGRADE-2.3.md
/usr/share/doc/php-symfony-common/UPGRADE-2.4.md
/usr/share/doc/php-symfony-common/UPGRADE-2.5.md
/usr/share/doc/php-symfony-common/UPGRADE-2.6.md
/usr/share/doc/php-symfony-common/UPGRADE-2.7.md
/usr/share/doc/php-symfony-common/UPGRADE-2.8.md
/usr/share/doc/php-symfony-common/UPGRADE-3.0.md
/usr/share/doc/php-symfony-common/composer.json
/usr/share/licenses/php-symfony-common
/usr/share/licenses/php-symfony-common/LICENSE
/usr/share/php/Symfony
/usr/share/php/Symfony/Bridge
/usr/share/php/Symfony/Bundle
/usr/share/php/Symfony/Component
/usr/share/php/Symfony/Component/autoload.php
/usr/share/php/Symfony/autoload.php

References

Summary

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