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

Last updated: September 20,2024

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

Learn how to install php-laminas-text.noarch on Fedora 34

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

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

Learn how to uninstall php-laminas-text.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:30:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-laminas-text
Version : 2.8.1
Release : 1.fc34
Architecture : noarch
Size : 31 k
Source : php-laminas-text-2.8.1-1.fc34.src.rpm
Repository : fedora
Summary : Laminas Framework Text component
URL : https://github.com/laminas/laminas-text
License : BSD
Description : Laminas\Text is a component to work on text strings.
: It contains the subcomponents:
:
: * Laminas\Text\Figlet that enables developers to create a so called FIGlet
: text. A FIGlet text is a string, which is represented as ASCII art. FIGlets
: use a special font format, called FLT (FigLet Font). By default, one standard
: font is shipped with Laminas\Text\Figlet, but you can download
: additional fonts here
:
: * Laminas\Text\Table to create text based tables on the fly with different
: decorators. This can be helpful, if you either want to send structured data
: in text emails, which are used to have mono-spaced fonts, or to display table
: information in a CLI application. Laminas\Text\Table supports multi-line
: columns, colspan and align as well.
:
: Documentation: https://docs.laminas.dev/laminas-text/