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

Last updated: September 19,2024

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

This guide let you learn how to install php-symfony4-http-foundation.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 0:05:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-symfony4-http-foundation
Version : 4.4.40
Release : 1.fc34
Architecture : noarch
Size : 99 k
Source : php-symfony4-4.4.40-1.fc34.src.rpm
Repository : updates
Summary : Symfony HttpFoundation Component (version 4)
URL : http://symfony.com/doc/4.4/components/http_foundation.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.
:
: Autoloader: /usr/share/php/Symfony4/Component/HttpFoundation/autoload.php