How To Install php-symfony3-asset on Fedora 36

In this tutorial we learn how to install php-symfony3-asset in Fedora 36. php-symfony3-asset is Symfony Asset Component (version 3)

Introduction

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

What is php-symfony3-asset

The Asset component manages asset URLs. Autoloader

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

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

sudo dnf -y install php-symfony3-asset

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

sudo yum -y install php-symfony3-asset

How To Uninstall php-symfony3-asset on Fedora 36

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

sudo dnf remove php-symfony3-asset

php-symfony3-asset Package Contents on Fedora 36

/usr/share/doc/php-symfony3-asset
/usr/share/doc/php-symfony3-asset/CHANGELOG.md
/usr/share/doc/php-symfony3-asset/README.md
/usr/share/doc/php-symfony3-asset/composer.json
/usr/share/licenses/php-symfony3-asset
/usr/share/licenses/php-symfony3-asset/LICENSE
/usr/share/php/Symfony3/Component/Asset
/usr/share/php/Symfony3/Component/Asset/Context
/usr/share/php/Symfony3/Component/Asset/Context/ContextInterface.php
/usr/share/php/Symfony3/Component/Asset/Context/NullContext.php
/usr/share/php/Symfony3/Component/Asset/Context/RequestStackContext.php
/usr/share/php/Symfony3/Component/Asset/Exception
/usr/share/php/Symfony3/Component/Asset/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/Asset/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/Asset/Exception/LogicException.php
/usr/share/php/Symfony3/Component/Asset/Package.php
/usr/share/php/Symfony3/Component/Asset/PackageInterface.php
/usr/share/php/Symfony3/Component/Asset/Packages.php
/usr/share/php/Symfony3/Component/Asset/PathPackage.php
/usr/share/php/Symfony3/Component/Asset/UrlPackage.php
/usr/share/php/Symfony3/Component/Asset/VersionStrategy
/usr/share/php/Symfony3/Component/Asset/VersionStrategy/EmptyVersionStrategy.php
/usr/share/php/Symfony3/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php
/usr/share/php/Symfony3/Component/Asset/VersionStrategy/StaticVersionStrategy.php
/usr/share/php/Symfony3/Component/Asset/VersionStrategy/VersionStrategyInterface.php
/usr/share/php/Symfony3/Component/Asset/autoload.php

References

Summary

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