How To Install php-cache-tag-interop on Fedora 36

In this tutorial we learn how to install php-cache-tag-interop in Fedora 36. php-cache-tag-interop is Framework interoperable interfaces for tags

Introduction

In this tutorial we learn how to install php-cache-tag-interop on Fedora 36.

What is php-cache-tag-interop

This repository holds two interfaces for tagging. These interfaces will make their way into PHP Fig. Representatives from Symfony, PHP-cache and Drupal has worked together to agree on these interfaces. Autoloader

We can use yum or dnf to install php-cache-tag-interop on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-cache-tag-interop.

Install php-cache-tag-interop 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-cache-tag-interop using dnf by running the following command:

sudo dnf -y install php-cache-tag-interop

Install php-cache-tag-interop 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-cache-tag-interop using yum by running the following command:

sudo yum -y install php-cache-tag-interop

How To Uninstall php-cache-tag-interop on Fedora 36

To uninstall only the php-cache-tag-interop package we can use the following command:

sudo dnf remove php-cache-tag-interop

php-cache-tag-interop Package Contents on Fedora 36

/usr/share/doc/php-cache-tag-interop
/usr/share/doc/php-cache-tag-interop/Changelog.md
/usr/share/doc/php-cache-tag-interop/README.md
/usr/share/doc/php-cache-tag-interop/composer.json
/usr/share/licenses/php-cache-tag-interop
/usr/share/licenses/php-cache-tag-interop/LICENSE
/usr/share/php/Cache
/usr/share/php/Cache/TagInterop
/usr/share/php/Cache/TagInterop/TaggableCacheItemInterface.php
/usr/share/php/Cache/TagInterop/TaggableCacheItemPoolInterface.php
/usr/share/php/Cache/TagInterop/autoload.php

References

Summary

In this tutorial we learn how to install php-cache-tag-interop on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).