How To Install php-phar-io-manifest2 on Fedora 36

In this tutorial we learn how to install php-phar-io-manifest2 in Fedora 36. php-phar-io-manifest2 is Component for reading phar.io manifest information

Introduction

In this tutorial we learn how to install php-phar-io-manifest2 on Fedora 36.

What is php-phar-io-manifest2

Component for reading phar.io manifest information from a PHP Archive (PHAR). Autoloader

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

Install php-phar-io-manifest2 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-phar-io-manifest2 using dnf by running the following command:

sudo dnf -y install php-phar-io-manifest2

Install php-phar-io-manifest2 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-phar-io-manifest2 using yum by running the following command:

sudo yum -y install php-phar-io-manifest2

How To Uninstall php-phar-io-manifest2 on Fedora 36

To uninstall only the php-phar-io-manifest2 package we can use the following command:

sudo dnf remove php-phar-io-manifest2

php-phar-io-manifest2 Package Contents on Fedora 36

/usr/share/doc/php-phar-io-manifest2
/usr/share/doc/php-phar-io-manifest2/README.md
/usr/share/doc/php-phar-io-manifest2/composer.json
/usr/share/licenses/php-phar-io-manifest2
/usr/share/licenses/php-phar-io-manifest2/LICENSE
/usr/share/php/PharIo/Manifest2
/usr/share/php/PharIo/Manifest2/ManifestDocumentMapper.php
/usr/share/php/PharIo/Manifest2/ManifestLoader.php
/usr/share/php/PharIo/Manifest2/ManifestSerializer.php
/usr/share/php/PharIo/Manifest2/autoload.php
/usr/share/php/PharIo/Manifest2/exceptions
/usr/share/php/PharIo/Manifest2/exceptions/ElementCollectionException.php
/usr/share/php/PharIo/Manifest2/exceptions/Exception.php
/usr/share/php/PharIo/Manifest2/exceptions/InvalidApplicationNameException.php
/usr/share/php/PharIo/Manifest2/exceptions/InvalidEmailException.php
/usr/share/php/PharIo/Manifest2/exceptions/InvalidUrlException.php
/usr/share/php/PharIo/Manifest2/exceptions/ManifestDocumentException.php
/usr/share/php/PharIo/Manifest2/exceptions/ManifestDocumentLoadingException.php
/usr/share/php/PharIo/Manifest2/exceptions/ManifestDocumentMapperException.php
/usr/share/php/PharIo/Manifest2/exceptions/ManifestElementException.php
/usr/share/php/PharIo/Manifest2/exceptions/ManifestLoaderException.php
/usr/share/php/PharIo/Manifest2/values
/usr/share/php/PharIo/Manifest2/values/Application.php
/usr/share/php/PharIo/Manifest2/values/ApplicationName.php
/usr/share/php/PharIo/Manifest2/values/Author.php
/usr/share/php/PharIo/Manifest2/values/AuthorCollection.php
/usr/share/php/PharIo/Manifest2/values/AuthorCollectionIterator.php
/usr/share/php/PharIo/Manifest2/values/BundledComponent.php
/usr/share/php/PharIo/Manifest2/values/BundledComponentCollection.php
/usr/share/php/PharIo/Manifest2/values/BundledComponentCollectionIterator.php
/usr/share/php/PharIo/Manifest2/values/CopyrightInformation.php
/usr/share/php/PharIo/Manifest2/values/Email.php
/usr/share/php/PharIo/Manifest2/values/Extension.php
/usr/share/php/PharIo/Manifest2/values/Library.php
/usr/share/php/PharIo/Manifest2/values/License.php
/usr/share/php/PharIo/Manifest2/values/Manifest.php
/usr/share/php/PharIo/Manifest2/values/PhpExtensionRequirement.php
/usr/share/php/PharIo/Manifest2/values/PhpVersionRequirement.php
/usr/share/php/PharIo/Manifest2/values/Requirement.php
/usr/share/php/PharIo/Manifest2/values/RequirementCollection.php
/usr/share/php/PharIo/Manifest2/values/RequirementCollectionIterator.php
/usr/share/php/PharIo/Manifest2/values/Type.php
/usr/share/php/PharIo/Manifest2/values/Url.php
/usr/share/php/PharIo/Manifest2/xml
/usr/share/php/PharIo/Manifest2/xml/AuthorElement.php
/usr/share/php/PharIo/Manifest2/xml/AuthorElementCollection.php
/usr/share/php/PharIo/Manifest2/xml/BundlesElement.php
/usr/share/php/PharIo/Manifest2/xml/ComponentElement.php
/usr/share/php/PharIo/Manifest2/xml/ComponentElementCollection.php
/usr/share/php/PharIo/Manifest2/xml/ContainsElement.php
/usr/share/php/PharIo/Manifest2/xml/CopyrightElement.php
/usr/share/php/PharIo/Manifest2/xml/ElementCollection.php
/usr/share/php/PharIo/Manifest2/xml/ExtElement.php
/usr/share/php/PharIo/Manifest2/xml/ExtElementCollection.php
/usr/share/php/PharIo/Manifest2/xml/ExtensionElement.php
/usr/share/php/PharIo/Manifest2/xml/LicenseElement.php
/usr/share/php/PharIo/Manifest2/xml/ManifestDocument.php
/usr/share/php/PharIo/Manifest2/xml/ManifestElement.php
/usr/share/php/PharIo/Manifest2/xml/PhpElement.php
/usr/share/php/PharIo/Manifest2/xml/RequiresElement.php

References

Summary

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