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

Last updated: October 05,2024

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

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

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

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

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

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

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

Last metadata expiration check: 2:22:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-symfony4-http-foundation
Version : 4.4.50
Release : 5.fc39
Architecture : noarch
Size : 113 k
Source : php-symfony4-4.4.50-5.fc39.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