How To Install php-typo3-phar-stream-wrapper2 on Fedora 36

In this tutorial we learn how to install php-typo3-phar-stream-wrapper2 in Fedora 36. php-typo3-phar-stream-wrapper2 is Interceptors for PHP’s native phar

Introduction

In this tutorial we learn how to install php-typo3-phar-stream-wrapper2 on Fedora 36.

What is php-typo3-phar-stream-wrapper2

Interceptors for PHP’s native phar Autoloader

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

Install php-typo3-phar-stream-wrapper2 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-typo3-phar-stream-wrapper2 using dnf by running the following command:

sudo dnf -y install php-typo3-phar-stream-wrapper2

Install php-typo3-phar-stream-wrapper2 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-typo3-phar-stream-wrapper2 using yum by running the following command:

sudo yum -y install php-typo3-phar-stream-wrapper2

How To Uninstall php-typo3-phar-stream-wrapper2 on Fedora 36

To uninstall only the php-typo3-phar-stream-wrapper2 package we can use the following command:

sudo dnf remove php-typo3-phar-stream-wrapper2

php-typo3-phar-stream-wrapper2 Package Contents on Fedora 36

/usr/share/doc/php-typo3-phar-stream-wrapper2
/usr/share/doc/php-typo3-phar-stream-wrapper2/README.md
/usr/share/doc/php-typo3-phar-stream-wrapper2/composer.json
/usr/share/licenses/php-typo3-phar-stream-wrapper2
/usr/share/licenses/php-typo3-phar-stream-wrapper2/LICENSE
/usr/share/php/TYPO3
/usr/share/php/TYPO3/PharStreamWrapper2
/usr/share/php/TYPO3/PharStreamWrapper2/Assertable.php
/usr/share/php/TYPO3/PharStreamWrapper2/Behavior.php
/usr/share/php/TYPO3/PharStreamWrapper2/Collectable.php
/usr/share/php/TYPO3/PharStreamWrapper2/Exception.php
/usr/share/php/TYPO3/PharStreamWrapper2/Helper.php
/usr/share/php/TYPO3/PharStreamWrapper2/Interceptor
/usr/share/php/TYPO3/PharStreamWrapper2/Interceptor/ConjunctionInterceptor.php
/usr/share/php/TYPO3/PharStreamWrapper2/Interceptor/PharExtensionInterceptor.php
/usr/share/php/TYPO3/PharStreamWrapper2/Interceptor/PharMetaDataInterceptor.php
/usr/share/php/TYPO3/PharStreamWrapper2/Manager.php
/usr/share/php/TYPO3/PharStreamWrapper2/Phar
/usr/share/php/TYPO3/PharStreamWrapper2/Phar/Container.php
/usr/share/php/TYPO3/PharStreamWrapper2/Phar/DeserializationException.php
/usr/share/php/TYPO3/PharStreamWrapper2/Phar/Manifest.php
/usr/share/php/TYPO3/PharStreamWrapper2/Phar/Reader.php
/usr/share/php/TYPO3/PharStreamWrapper2/Phar/ReaderException.php
/usr/share/php/TYPO3/PharStreamWrapper2/Phar/Stub.php
/usr/share/php/TYPO3/PharStreamWrapper2/PharStreamWrapper.php
/usr/share/php/TYPO3/PharStreamWrapper2/Resolvable.php
/usr/share/php/TYPO3/PharStreamWrapper2/Resolver
/usr/share/php/TYPO3/PharStreamWrapper2/Resolver/PharInvocation.php
/usr/share/php/TYPO3/PharStreamWrapper2/Resolver/PharInvocationCollection.php
/usr/share/php/TYPO3/PharStreamWrapper2/Resolver/PharInvocationResolver.php
/usr/share/php/TYPO3/PharStreamWrapper2/autoload.php

References

Summary

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