How to Install and Uninstall php-symfony-console.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "php-symfony-console.noarch" package

Please follow the step by step instructions below to install php-symfony-console.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-symfony-console.noarch

2. Uninstall "php-symfony-console.noarch" package

Please follow the step by step instructions below to uninstall php-symfony-console.noarch on Fedora 34:

$ sudo dnf remove php-symfony-console.noarch $ sudo dnf autoremove

3. Information about the php-symfony-console.noarch package on Fedora 34

Last metadata expiration check: 1:10:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-symfony-console
Version : 2.8.52
Release : 6.fc34
Architecture : noarch
Size : 78 k
Source : php-symfony-2.8.52-6.fc34.src.rpm
Repository : fedora
Summary : Symfony Console Component
URL : http://symfony.com/doc/2.8/components/console/index.html
License : MIT
Description : The Console component eases the creation of beautiful and testable command line
: interfaces.
:
: The Console component allows you to create command-line commands. Your console
: commands can be used for any recurring task, such as cronjobs, imports, or
: other batch jobs.