How To Install php-ramsey-collection on Fedora 36

In this tutorial we learn how to install php-ramsey-collection in Fedora 36. php-ramsey-collection is Library for representing and manipulating collections

Introduction

In this tutorial we learn how to install php-ramsey-collection on Fedora 36.

What is php-ramsey-collection

ramsey/collection is a PHP library for representing and manipulating collections. Much inspiration for this library comes from the Java Collections Framework. Autoloader

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

Install php-ramsey-collection 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-ramsey-collection using dnf by running the following command:

sudo dnf -y install php-ramsey-collection

Install php-ramsey-collection 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-ramsey-collection using yum by running the following command:

sudo yum -y install php-ramsey-collection

How To Uninstall php-ramsey-collection on Fedora 36

To uninstall only the php-ramsey-collection package we can use the following command:

sudo dnf remove php-ramsey-collection

php-ramsey-collection Package Contents on Fedora 36

/usr/share/doc/php-ramsey-collection
/usr/share/doc/php-ramsey-collection/CHANGELOG.md
/usr/share/doc/php-ramsey-collection/CODE_OF_CONDUCT.md
/usr/share/doc/php-ramsey-collection/CONTRIBUTING.md
/usr/share/doc/php-ramsey-collection/README.md
/usr/share/doc/php-ramsey-collection/SECURITY.md
/usr/share/doc/php-ramsey-collection/composer.json
/usr/share/licenses/php-ramsey-collection
/usr/share/licenses/php-ramsey-collection/LICENSE
/usr/share/php/Ramsey
/usr/share/php/Ramsey/Collection
/usr/share/php/Ramsey/Collection/AbstractArray.php
/usr/share/php/Ramsey/Collection/AbstractCollection.php
/usr/share/php/Ramsey/Collection/AbstractSet.php
/usr/share/php/Ramsey/Collection/ArrayInterface.php
/usr/share/php/Ramsey/Collection/Collection.php
/usr/share/php/Ramsey/Collection/CollectionInterface.php
/usr/share/php/Ramsey/Collection/DoubleEndedQueue.php
/usr/share/php/Ramsey/Collection/DoubleEndedQueueInterface.php
/usr/share/php/Ramsey/Collection/Exception
/usr/share/php/Ramsey/Collection/Exception/CollectionMismatchException.php
/usr/share/php/Ramsey/Collection/Exception/InvalidArgumentException.php
/usr/share/php/Ramsey/Collection/Exception/InvalidSortOrderException.php
/usr/share/php/Ramsey/Collection/Exception/NoSuchElementException.php
/usr/share/php/Ramsey/Collection/Exception/OutOfBoundsException.php
/usr/share/php/Ramsey/Collection/Exception/UnsupportedOperationException.php
/usr/share/php/Ramsey/Collection/Exception/ValueExtractionException.php
/usr/share/php/Ramsey/Collection/GenericArray.php
/usr/share/php/Ramsey/Collection/Map
/usr/share/php/Ramsey/Collection/Map/AbstractMap.php
/usr/share/php/Ramsey/Collection/Map/AbstractTypedMap.php
/usr/share/php/Ramsey/Collection/Map/AssociativeArrayMap.php
/usr/share/php/Ramsey/Collection/Map/MapInterface.php
/usr/share/php/Ramsey/Collection/Map/NamedParameterMap.php
/usr/share/php/Ramsey/Collection/Map/TypedMap.php
/usr/share/php/Ramsey/Collection/Map/TypedMapInterface.php
/usr/share/php/Ramsey/Collection/Queue.php
/usr/share/php/Ramsey/Collection/QueueInterface.php
/usr/share/php/Ramsey/Collection/Set.php
/usr/share/php/Ramsey/Collection/Tool
/usr/share/php/Ramsey/Collection/Tool/TypeTrait.php
/usr/share/php/Ramsey/Collection/Tool/ValueExtractorTrait.php
/usr/share/php/Ramsey/Collection/Tool/ValueToStringTrait.php
/usr/share/php/Ramsey/Collection/autoload.php

References

Summary

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