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

Last updated: January 12,2025

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

This tutorial shows how to install php-symfony-console.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall php-symfony-console.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:24:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-symfony-console
Version : 2.8.52
Release : 7.fc35
Architecture : noarch
Size : 78 k
Source : php-symfony-2.8.52-7.fc35.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.