How to Install and Uninstall php-container-interop.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "php-container-interop.noarch" package

Please follow the instructions below to install php-container-interop.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-container-interop.noarch

2. Uninstall "php-container-interop.noarch" package

Here is a brief guide to show you how to uninstall php-container-interop.noarch on Fedora 36:

$ sudo dnf remove php-container-interop.noarch $ sudo dnf autoremove

3. Information about the php-container-interop.noarch package on Fedora 36

Last metadata expiration check: 2:19:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-container-interop
Version : 1.2.0
Release : 14.fc36
Architecture : noarch
Size : 76 k
Source : php-container-interop-1.2.0-14.fc36.src.rpm
Repository : fedora
Summary : Promoting the interoperability of container objects (DIC, SL, etc.)
URL : https://github.com/container-interop/container-interop
License : MIT
Description : container-interop tries to identify and standardize features in container
: objects (service locators, dependency injection containers, etc.) to achieve
: interopererability.
:
: Through discussions and trials, we try to create a standard, made of common
: interfaces but also recommendations.
:
: If PHP projects that provide container implementations begin to adopt these
: common standards, then PHP applications and projects that use containers can
: depend on the common interfaces instead of specific implementations. This
: facilitates a high-level of interoperability and flexibility that allows users
: to consume any container implementation that can be adapted to these interfaces.
:
: The work done in this project is not officially endorsed by the PHP-FIG [1],
: but it is being worked on by members of PHP-FIG and other good developers. We
: adhere to the spirit and ideals of PHP-FIG, and hope this project will pave the
: way for one or more future PSRs.
:
: Autoloader: /usr/share/php/Interop/Container/autoload.php
:
: [1] http://www.php-fig.org/