How To Install php-zetacomponents-base on Fedora 36

In this tutorial we learn how to install php-zetacomponents-base in Fedora 36. php-zetacomponents-base is Zeta Base Component

Introduction

In this tutorial we learn how to install php-zetacomponents-base on Fedora 36.

What is php-zetacomponents-base

This is the base package of the Zeta components, offering the basic support that all Components need. In the first version this will be the autoload support.

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

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

sudo dnf -y install php-zetacomponents-base

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

sudo yum -y install php-zetacomponents-base

How To Uninstall php-zetacomponents-base on Fedora 36

To uninstall only the php-zetacomponents-base package we can use the following command:

sudo dnf remove php-zetacomponents-base

php-zetacomponents-base Package Contents on Fedora 36

/usr/share/doc/php-zetacomponents-base
/usr/share/doc/php-zetacomponents-base/ChangeLog
/usr/share/doc/php-zetacomponents-base/composer.json
/usr/share/doc/php-zetacomponents-base/design
/usr/share/doc/php-zetacomponents-base/design/class_diagram.png
/usr/share/doc/php-zetacomponents-base/design/design.txt
/usr/share/doc/php-zetacomponents-base/docs
/usr/share/doc/php-zetacomponents-base/docs/repos
/usr/share/doc/php-zetacomponents-base/docs/repos/Me
/usr/share/doc/php-zetacomponents-base/docs/repos/Me/myclass1.php
/usr/share/doc/php-zetacomponents-base/docs/repos/Me/myclass2.php
/usr/share/doc/php-zetacomponents-base/docs/repos/You
/usr/share/doc/php-zetacomponents-base/docs/repos/You/yourclass1.php
/usr/share/doc/php-zetacomponents-base/docs/repos/You/yourclass2.php
/usr/share/doc/php-zetacomponents-base/docs/repos/autoloads
/usr/share/doc/php-zetacomponents-base/docs/repos/autoloads/my_autoload.php
/usr/share/doc/php-zetacomponents-base/docs/repos/autoloads/your_autoload.php
/usr/share/doc/php-zetacomponents-base/docs/tutorial.txt
/usr/share/doc/php-zetacomponents-base/docs/tutorial_autoload.php
/usr/share/doc/php-zetacomponents-base/docs/tutorial_example_01.php
/usr/share/doc/php-zetacomponents-base/docs/tutorial_example_02.php
/usr/share/doc/php-zetacomponents-base/docs/tutorial_example_03.php
/usr/share/doc/php-zetacomponents-base/docs/tutorial_example_04.php
/usr/share/doc/php-zetacomponents-base/docs/tutorial_lazy_initialization.php
/usr/share/licenses/php-zetacomponents-base
/usr/share/licenses/php-zetacomponents-base/CREDITS
/usr/share/licenses/php-zetacomponents-base/LICENSE.txt
/usr/share/php/ezc
/usr/share/php/ezc/Base
/usr/share/php/ezc/Base/autoloader.php
/usr/share/php/ezc/Base/base.php
/usr/share/php/ezc/Base/base_autoload.php
/usr/share/php/ezc/Base/exceptions
/usr/share/php/ezc/Base/exceptions/autoload.php
/usr/share/php/ezc/Base/exceptions/double_class_repository_prefix.php
/usr/share/php/ezc/Base/exceptions/exception.php
/usr/share/php/ezc/Base/exceptions/extension_not_found.php
/usr/share/php/ezc/Base/exceptions/file_exception.php
/usr/share/php/ezc/Base/exceptions/file_io.php
/usr/share/php/ezc/Base/exceptions/file_not_found.php
/usr/share/php/ezc/Base/exceptions/file_permission.php
/usr/share/php/ezc/Base/exceptions/functionality_not_supported.php
/usr/share/php/ezc/Base/exceptions/init_callback_configured.php
/usr/share/php/ezc/Base/exceptions/invalid_callback_class.php
/usr/share/php/ezc/Base/exceptions/invalid_parent_class.php
/usr/share/php/ezc/Base/exceptions/property_not_found.php
/usr/share/php/ezc/Base/exceptions/property_permission.php
/usr/share/php/ezc/Base/exceptions/setting_not_found.php
/usr/share/php/ezc/Base/exceptions/setting_value.php
/usr/share/php/ezc/Base/exceptions/value.php
/usr/share/php/ezc/Base/exceptions/whatever.php
/usr/share/php/ezc/Base/ezc_bootstrap.php
/usr/share/php/ezc/Base/features.php
/usr/share/php/ezc/Base/file.php
/usr/share/php/ezc/Base/init.php
/usr/share/php/ezc/Base/interfaces
/usr/share/php/ezc/Base/interfaces/configuration_initializer.php
/usr/share/php/ezc/Base/interfaces/exportable.php
/usr/share/php/ezc/Base/interfaces/persistable.php
/usr/share/php/ezc/Base/metadata
/usr/share/php/ezc/Base/metadata.php
/usr/share/php/ezc/Base/metadata/pear.php
/usr/share/php/ezc/Base/metadata/tarball.php
/usr/share/php/ezc/Base/options
/usr/share/php/ezc/Base/options.php
/usr/share/php/ezc/Base/options/autoload.php
/usr/share/php/ezc/Base/struct.php
/usr/share/php/ezc/Base/structs
/usr/share/php/ezc/Base/structs/file_find_context.php
/usr/share/php/ezc/Base/structs/repository_directory.php
/usr/share/php/ezc/autoload
/usr/share/php/ezc/autoload/base_autoload.php

References

Summary

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