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

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

Introduction

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

What is php-phar-io-manifest

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

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

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

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

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

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

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

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

sudo dnf remove php-phar-io-manifest

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

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

References

Summary

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