How To Install php-symfony3-web-link on Fedora 36

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

Introduction

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

Symfony WebLink Component (version 3). Autoloader

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-symfony3-web-link using dnf by running the following command:

sudo dnf -y install php-symfony3-web-link

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-symfony3-web-link using yum by running the following command:

sudo yum -y install php-symfony3-web-link

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

sudo dnf remove php-symfony3-web-link
/usr/share/doc/php-symfony3-web-link
/usr/share/doc/php-symfony3-web-link/CHANGELOG.md
/usr/share/doc/php-symfony3-web-link/README.md
/usr/share/doc/php-symfony3-web-link/composer.json
/usr/share/licenses/php-symfony3-web-link
/usr/share/licenses/php-symfony3-web-link/LICENSE
/usr/share/php/Symfony3/Component/WebLink
/usr/share/php/Symfony3/Component/WebLink/EventListener
/usr/share/php/Symfony3/Component/WebLink/EventListener/AddLinkHeaderListener.php
/usr/share/php/Symfony3/Component/WebLink/HttpHeaderSerializer.php
/usr/share/php/Symfony3/Component/WebLink/autoload.php

References

Summary

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