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

Last updated: October 26,2024

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

Please follow the guidance below to install php-symfony-http-foundation.noarch on Fedora 38

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

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

Learn how to uninstall php-symfony-http-foundation.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:42:15 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : php-symfony-http-foundation
Version : 2.8.52
Release : 10.fc38
Architecture : noarch
Size : 97 k
Source : php-symfony-2.8.52-10.fc38.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)