How to Install and Uninstall php-symfony3-http-foundation.noarch Package on Fedora 34

Last updated: June 02,2024

1. Install "php-symfony3-http-foundation.noarch" package

Please follow the guidance below to install php-symfony3-http-foundation.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-symfony3-http-foundation.noarch

2. Uninstall "php-symfony3-http-foundation.noarch" package

This is a short guide on how to uninstall php-symfony3-http-foundation.noarch on Fedora 34:

$ sudo dnf remove php-symfony3-http-foundation.noarch $ sudo dnf autoremove

3. Information about the php-symfony3-http-foundation.noarch package on Fedora 34

Last metadata expiration check: 1:30:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-symfony3-http-foundation
Version : 3.4.49
Release : 1.fc34
Architecture : noarch
Size : 92 k
Source : php-symfony3-3.4.49-1.fc34.src.rpm
Repository : updates
Summary : Symfony HttpFoundation Component (version 3)
URL : http://symfony.com/doc/3.4/components/http_foundation.html
License : MIT and CC-BY-SA
Description : The HttpFoundation Component defines an object-oriented layer for the HTTP
: specification.
:
: In PHP, the request is represented by some global variables ($_GET, $_POST,
: $_FILES, $_COOKIE, $_SESSION, ...) and the response is generated by some
: functions (echo, header, setcookie, ...).
:
: The Symfony HttpFoundation component replaces these default PHP global
: variables and functions by an Object-Oriented layer.
:
: Autoloader: /usr/share/php/Symfony3/Component/HttpFoundation/autoload.php