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

Last updated: July 05,2024

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

This tutorial shows how to install php-symfony3-class-loader.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall php-symfony3-class-loader.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:47:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-symfony3-class-loader
Version : 3.4.49
Release : 1.fc34
Architecture : noarch
Size : 21 k
Source : php-symfony3-3.4.49-1.fc34.src.rpm
Repository : updates
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