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

Last updated: June 29,2024

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

In this section, we are going to explain the necessary steps to install php-symfony-http-foundation.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall php-symfony-http-foundation.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:19:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-symfony-http-foundation
Version : 2.8.52
Release : 6.fc34
Architecture : noarch
Size : 86 k
Source : php-symfony-2.8.52-6.fc34.src.rpm
Repository : fedora
Summary : Symfony HttpFoundation Component
URL : http://symfony.com/doc/2.8/components/http_foundation/index.html
License : MIT
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.
:
: Optional:
: * Memcache (php-pecl-memcache)
: * Memcached (php-pecl-memcached)
: * Mongo (php-pecl-mongo)