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

Last updated: October 05,2024

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

Learn how to install php-symfony-http-foundation.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 1:25:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-symfony-http-foundation
Version : 2.8.52
Release : 8.fc36
Architecture : noarch
Size : 85 k
Source : php-symfony-2.8.52-8.fc36.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)