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

Last updated: November 30,2024

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

Please follow the guidance below to install php-symfony3-class-loader.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 3:30:00 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-symfony3-class-loader
Version : 3.4.49
Release : 5.fc38
Architecture : noarch
Size : 20 k
Source : php-symfony3-3.4.49-5.fc38.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