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

In this tutorial we learn how to install php-phar-io-version3 in Fedora 36. php-phar-io-version3 is Library for handling version information and constraints

Introduction

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

What is php-phar-io-version3

Library for handling version information and constraints. Autoloader

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

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

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

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

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

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

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

sudo dnf remove php-phar-io-version3

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

/usr/share/doc/php-phar-io-version3
/usr/share/doc/php-phar-io-version3/README.md
/usr/share/doc/php-phar-io-version3/composer.json
/usr/share/licenses/php-phar-io-version3
/usr/share/licenses/php-phar-io-version3/LICENSE
/usr/share/php/PharIo
/usr/share/php/PharIo/Version3
/usr/share/php/PharIo/Version3/BuildMetaData.php
/usr/share/php/PharIo/Version3/PreReleaseSuffix.php
/usr/share/php/PharIo/Version3/Version.php
/usr/share/php/PharIo/Version3/VersionConstraintParser.php
/usr/share/php/PharIo/Version3/VersionConstraintValue.php
/usr/share/php/PharIo/Version3/VersionNumber.php
/usr/share/php/PharIo/Version3/autoload.php
/usr/share/php/PharIo/Version3/constraints
/usr/share/php/PharIo/Version3/constraints/AbstractVersionConstraint.php
/usr/share/php/PharIo/Version3/constraints/AndVersionConstraintGroup.php
/usr/share/php/PharIo/Version3/constraints/AnyVersionConstraint.php
/usr/share/php/PharIo/Version3/constraints/ExactVersionConstraint.php
/usr/share/php/PharIo/Version3/constraints/GreaterThanOrEqualToVersionConstraint.php
/usr/share/php/PharIo/Version3/constraints/OrVersionConstraintGroup.php
/usr/share/php/PharIo/Version3/constraints/SpecificMajorAndMinorVersionConstraint.php
/usr/share/php/PharIo/Version3/constraints/SpecificMajorVersionConstraint.php
/usr/share/php/PharIo/Version3/constraints/VersionConstraint.php
/usr/share/php/PharIo/Version3/exceptions
/usr/share/php/PharIo/Version3/exceptions/Exception.php
/usr/share/php/PharIo/Version3/exceptions/InvalidPreReleaseSuffixException.php
/usr/share/php/PharIo/Version3/exceptions/InvalidVersionException.php
/usr/share/php/PharIo/Version3/exceptions/NoBuildMetaDataException.php
/usr/share/php/PharIo/Version3/exceptions/NoPreReleaseSuffixException.php
/usr/share/php/PharIo/Version3/exceptions/UnsupportedVersionConstraintException.php

References

Summary

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