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

Last updated: October 03,2024

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

Learn how to install php-laminas-memory.noarch on Fedora 38

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

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

Please follow the guidance below to uninstall php-laminas-memory.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:58:59 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-laminas-memory
Version : 2.10.0
Release : 2.fc38
Architecture : noarch
Size : 20 k
Source : php-laminas-memory-2.10.0-2.fc38.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/