How to Install and Uninstall php-symfony3-class-loader.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "php-symfony3-class-loader.noarch" package

This guide let you learn how to install php-symfony3-class-loader.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-symfony3-class-loader.noarch

2. Uninstall "php-symfony3-class-loader.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-symfony3-class-loader.noarch on Fedora 35:

$ sudo dnf remove php-symfony3-class-loader.noarch $ sudo dnf autoremove

3. Information about the php-symfony3-class-loader.noarch package on Fedora 35

Last metadata expiration check: 4:17:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-symfony3-class-loader
Version : 3.4.49
Release : 2.fc35
Architecture : noarch
Size : 21 k
Source : php-symfony3-3.4.49-2.fc35.src.rpm
Repository : fedora
Summary : Symfony ClassLoader Component (version 3)
URL : http://symfony.com/doc/3.4/components/class_loader.html
License : MIT and CC-BY-SA
Description : The ClassLoader Component loads your project classes automatically if they
: follow some standard PHP conventions.
:
: Whenever you use an undefined class, PHP uses the autoloading mechanism
: to delegate the loading of a file defining the class. Symfony provides
: a "universal" autoloader, which is able to load classes from files that
: implement one of the following conventions:
: * The technical interoperability standards [1] for PHP 5.3 namespaces
: and class names
: * The PEAR naming convention [2] for classes
:
: If your classes and the third-party libraries you use for your project follow
: these standards, the Symfony autoloader is the only autoloader you will ever
: need.
:
: Autoloader: /usr/share/php/Symfony3/Component/ClassLoader/autoload.php
:
: [1] http://symfony.com/PSR0
: [2] http://pear.php.net/manual/en/standards.php