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

Last updated: November 27,2024

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

Please follow the instructions below to install php-symfony-security.noarch on Fedora 39

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

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

This tutorial shows how to uninstall php-symfony-security.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:50:19 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : php-symfony-security
Version : 2.8.52
Release : 10.fc38
Architecture : noarch
Size : 162 k
Source : php-symfony-2.8.52-10.fc38.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.