How to Install and Uninstall php-doctrine-deprecations.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "php-doctrine-deprecations.noarch" package

This is a short guide on how to install php-doctrine-deprecations.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-doctrine-deprecations.noarch

2. Uninstall "php-doctrine-deprecations.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-doctrine-deprecations.noarch on Fedora 34:

$ sudo dnf remove php-doctrine-deprecations.noarch $ sudo dnf autoremove

3. Information about the php-doctrine-deprecations.noarch package on Fedora 34

Last metadata expiration check: 0:00:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-doctrine-deprecations
Version : 0.5.3
Release : 2.fc34
Architecture : noarch
Size : 14 k
Source : php-doctrine-deprecations-0.5.3-2.fc34.src.rpm
Repository : updates
Summary : A small layer on top of trigger_error or PSR-3 logging
URL : https://github.com/doctrine/deprecations
License : MIT
Description : A small (side-effect free by default) layer on top of
: trigger_error(E_USER_DEPRECATED) or PSR-3 logging.
:
: * no side-effects by default, making it a perfect fit for libraries
: that don't know how the error handler works they operate under
: * options to avoid having to rely on error handlers global state by
: using PSR-3 logging
: * deduplicate deprecation messages to avoid excessive triggering and
: reduce overhead
:
: We recommend to collect Deprecations using a PSR logger instead of
: relying on the global error handler.
:
: Autoloader: /usr/share/php/Doctrine/Deprecations/autoload.php