How To Install php-symfony3-process on Fedora 36

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

Introduction

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

What is php-symfony3-process

The Process component executes commands in sub-processes. Autoloader

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

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

sudo dnf -y install php-symfony3-process

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

sudo yum -y install php-symfony3-process

How To Uninstall php-symfony3-process on Fedora 36

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

sudo dnf remove php-symfony3-process

php-symfony3-process Package Contents on Fedora 36

/usr/share/doc/php-symfony3-process
/usr/share/doc/php-symfony3-process/CHANGELOG.md
/usr/share/doc/php-symfony3-process/README.md
/usr/share/doc/php-symfony3-process/composer.json
/usr/share/licenses/php-symfony3-process
/usr/share/licenses/php-symfony3-process/LICENSE
/usr/share/php/Symfony3/Component/Process
/usr/share/php/Symfony3/Component/Process/Exception
/usr/share/php/Symfony3/Component/Process/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/Process/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/Process/Exception/LogicException.php
/usr/share/php/Symfony3/Component/Process/Exception/ProcessFailedException.php
/usr/share/php/Symfony3/Component/Process/Exception/ProcessTimedOutException.php
/usr/share/php/Symfony3/Component/Process/Exception/RuntimeException.php
/usr/share/php/Symfony3/Component/Process/ExecutableFinder.php
/usr/share/php/Symfony3/Component/Process/InputStream.php
/usr/share/php/Symfony3/Component/Process/PhpExecutableFinder.php
/usr/share/php/Symfony3/Component/Process/PhpProcess.php
/usr/share/php/Symfony3/Component/Process/Pipes
/usr/share/php/Symfony3/Component/Process/Pipes/AbstractPipes.php
/usr/share/php/Symfony3/Component/Process/Pipes/PipesInterface.php
/usr/share/php/Symfony3/Component/Process/Pipes/UnixPipes.php
/usr/share/php/Symfony3/Component/Process/Pipes/WindowsPipes.php
/usr/share/php/Symfony3/Component/Process/Process.php
/usr/share/php/Symfony3/Component/Process/ProcessBuilder.php
/usr/share/php/Symfony3/Component/Process/ProcessUtils.php
/usr/share/php/Symfony3/Component/Process/autoload.php

References

Summary

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