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

Last updated: October 14,2024

1. Install "php-symfony-security.noarch" package

This guide covers the steps necessary to install php-symfony-security.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-symfony-security.noarch

2. Uninstall "php-symfony-security.noarch" package

Please follow the guidelines below to uninstall php-symfony-security.noarch on Fedora 36:

$ sudo dnf remove php-symfony-security.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:49:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-symfony-security
Version : 2.8.52
Release : 8.fc36
Architecture : noarch
Size : 119 k
Source : php-symfony-2.8.52-8.fc36.src.rpm
Repository : fedora
Summary : Symfony Security Component
URL : http://symfony.com/doc/2.8/components/security/index.html
License : MIT
Description : The Security Component provides a complete security system for your web
: application. It ships with facilities for authenticating using HTTP basic
: or digest authentication, interactive form login or X.509 certificate login,
: but also allows you to implement your own authentication strategies.
: Furthermore, the component provides ways to authorize authenticated users
: based on their roles, and it contains an advanced ACL system.
:
: Optional:
: * Symfony LDAP Component (php-symfony-ldap)
: For using the LDAP user and authentication providers.