How to Install and Uninstall php-laminas-memory.noarch Package on Fedora 34

Last updated: October 08,2024

1. Install "php-laminas-memory.noarch" package

Please follow the instructions below to install php-laminas-memory.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-laminas-memory.noarch

2. Uninstall "php-laminas-memory.noarch" package

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

$ sudo dnf remove php-laminas-memory.noarch $ sudo dnf autoremove

3. Information about the php-laminas-memory.noarch package on Fedora 34

Last metadata expiration check: 1:28:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-laminas-memory
Version : 2.7.0
Release : 1.fc34
Architecture : noarch
Size : 18 k
Source : php-laminas-memory-2.7.0-1.fc34.src.rpm
Repository : fedora
Summary : Laminas Framework Memory component
URL : https://github.com/laminas/laminas-memory
License : BSD
Description : The Laminas\Memory component is intended to manage data in an environment with
: limited memory.
:
: Memory objects (memory containers) are generated by memory manager by request
: and transparently swapped/loaded when it’s necessary.
:
: For example, if creating or loading a managed object would cause the total
: memory usage to exceed the limit you specify, some managed objects are copied
: to cache storage outside of memory. In this way, the total memory used by
: managed objects does not exceed the limit you need to enforce.
:
: Documentation: https://docs.laminas.dev/laminas-memory/