How to Install and Uninstall php-symfony-class-loader.noarch Package on Fedora 39
Last updated: November 28,2024
1. Install "php-symfony-class-loader.noarch" package
This tutorial shows how to install php-symfony-class-loader.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
php-symfony-class-loader.noarch
Copied
2. Uninstall "php-symfony-class-loader.noarch" package
This guide covers the steps necessary to uninstall php-symfony-class-loader.noarch on Fedora 39:
$
sudo dnf remove
php-symfony-class-loader.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the php-symfony-class-loader.noarch package on Fedora 39
Last metadata expiration check: 3:19:32 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : php-symfony-class-loader
Version : 2.8.52
Release : 10.fc38
Architecture : noarch
Size : 21 k
Source : php-symfony-2.8.52-10.fc38.src.rpm
Repository : fedora
Summary : Symfony ClassLoader Component
URL : http://symfony.com/doc/2.8/components/class_loader/index.html
License : MIT
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.
:
: Optional:
: * APC (php-pecl-apcu)
: * XCache (php-xcache)
:
: [1] http://symfony.com/PSR0
: [2] http://pear.php.net/manual/en/standards.php
Available Packages
Name : php-symfony-class-loader
Version : 2.8.52
Release : 10.fc38
Architecture : noarch
Size : 21 k
Source : php-symfony-2.8.52-10.fc38.src.rpm
Repository : fedora
Summary : Symfony ClassLoader Component
URL : http://symfony.com/doc/2.8/components/class_loader/index.html
License : MIT
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.
:
: Optional:
: * APC (php-pecl-apcu)
: * XCache (php-xcache)
:
: [1] http://symfony.com/PSR0
: [2] http://pear.php.net/manual/en/standards.php