How To Install php-sebastian-type on Fedora 36

In this tutorial we learn how to install php-sebastian-type in Fedora 36. php-sebastian-type is Collection of value objects that represent the types of the PHP type system

Introduction

In this tutorial we learn how to install php-sebastian-type on Fedora 36.

What is php-sebastian-type

Collection of value objects that represent the types of the PHP type system.

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

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

sudo dnf -y install php-sebastian-type

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

sudo yum -y install php-sebastian-type

How To Uninstall php-sebastian-type on Fedora 36

To uninstall only the php-sebastian-type package we can use the following command:

sudo dnf remove php-sebastian-type

php-sebastian-type Package Contents on Fedora 36

/usr/share/doc/php-sebastian-type
/usr/share/doc/php-sebastian-type/ChangeLog.md
/usr/share/doc/php-sebastian-type/README.md
/usr/share/doc/php-sebastian-type/composer.json
/usr/share/licenses/php-sebastian-type
/usr/share/licenses/php-sebastian-type/LICENSE
/usr/share/php/SebastianBergmann
/usr/share/php/SebastianBergmann/Type
/usr/share/php/SebastianBergmann/Type/CallableType.php
/usr/share/php/SebastianBergmann/Type/GenericObjectType.php
/usr/share/php/SebastianBergmann/Type/IterableType.php
/usr/share/php/SebastianBergmann/Type/NullType.php
/usr/share/php/SebastianBergmann/Type/ObjectType.php
/usr/share/php/SebastianBergmann/Type/SimpleType.php
/usr/share/php/SebastianBergmann/Type/Type.php
/usr/share/php/SebastianBergmann/Type/TypeName.php
/usr/share/php/SebastianBergmann/Type/UnknownType.php
/usr/share/php/SebastianBergmann/Type/VoidType.php
/usr/share/php/SebastianBergmann/Type/autoload.php
/usr/share/php/SebastianBergmann/Type/exception
/usr/share/php/SebastianBergmann/Type/exception/Exception.php
/usr/share/php/SebastianBergmann/Type/exception/RuntimeException.php

References

Summary

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