How To Install php-laminas-tag on Fedora 36
Introduction
In this tutorial we learn how to install php-laminas-tag on Fedora 36.
What is php-laminas-tag
Laminas\Tag is a component suite which provides a facility to work with taggable Items. As its base, it provides two classes to work with Tags, Laminas\Tag\Item and Laminas\Tag\ItemList. Additionally, it comes with the interface Laminas\Tag\TaggableInterface, which allows you to use any of your models as a taggable item in conjunction with Laminas\Tag. Documentation
We can use yum or dnf to install php-laminas-tag on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-laminas-tag.
Install php-laminas-tag on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install php-laminas-tag using dnf by running the following command:
sudo dnf -y install php-laminas-tag
Install php-laminas-tag on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install php-laminas-tag using yum by running the following command:
sudo yum -y install php-laminas-tag
How To Uninstall php-laminas-tag on Fedora 36
To uninstall only the php-laminas-tag package we can use the following command:
sudo dnf remove php-laminas-tag
php-laminas-tag Package Contents on Fedora 36
/usr/share/doc/php-laminas-tag
/usr/share/doc/php-laminas-tag/COPYRIGHT.md
/usr/share/doc/php-laminas-tag/README.md
/usr/share/doc/php-laminas-tag/composer.json
/usr/share/licenses/php-laminas-tag
/usr/share/licenses/php-laminas-tag/LICENSE
/usr/share/php/Laminas/Tag
/usr/share/php/Laminas/Tag/Cloud
/usr/share/php/Laminas/Tag/Cloud.php
/usr/share/php/Laminas/Tag/Cloud/Decorator
/usr/share/php/Laminas/Tag/Cloud/Decorator/AbstractCloud.php
/usr/share/php/Laminas/Tag/Cloud/Decorator/AbstractDecorator.php
/usr/share/php/Laminas/Tag/Cloud/Decorator/AbstractTag.php
/usr/share/php/Laminas/Tag/Cloud/Decorator/DecoratorInterface.php
/usr/share/php/Laminas/Tag/Cloud/Decorator/Exception
/usr/share/php/Laminas/Tag/Cloud/Decorator/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Tag/Cloud/Decorator/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Tag/Cloud/Decorator/HtmlCloud.php
/usr/share/php/Laminas/Tag/Cloud/Decorator/HtmlTag.php
/usr/share/php/Laminas/Tag/Cloud/DecoratorPluginManager.php
/usr/share/php/Laminas/Tag/Exception
/usr/share/php/Laminas/Tag/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Tag/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Tag/Exception/InvalidAttributeNameException.php
/usr/share/php/Laminas/Tag/Exception/InvalidElementNameException.php
/usr/share/php/Laminas/Tag/Exception/OutOfBoundsException.php
/usr/share/php/Laminas/Tag/Item.php
/usr/share/php/Laminas/Tag/ItemList.php
/usr/share/php/Laminas/Tag/TaggableInterface.php
/usr/share/php/Laminas/Tag/autoload.php
/usr/share/php/Zend/Tag
/usr/share/php/Zend/Tag/autoload.php
References
Summary
In this tutorial we learn how to install php-laminas-tag on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).