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

Last updated: July 03,2024

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

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

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

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

Please follow the step by step instructions below to uninstall php-symfony-security.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:44:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-symfony-security
Version : 2.8.52
Release : 6.fc34
Architecture : noarch
Size : 119 k
Source : php-symfony-2.8.52-6.fc34.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.