How To Install php-pear-MDB2-Schema on Fedora 36

In this tutorial we learn how to install php-pear-MDB2-Schema in Fedora 36. php-pear-MDB2-Schema is Database Abstraction Layer

Introduction

In this tutorial we learn how to install php-pear-MDB2-Schema on Fedora 36.

What is php-pear-MDB2-Schema

XML based database schema manager

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

Install php-pear-MDB2-Schema 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-pear-MDB2-Schema using dnf by running the following command:

sudo dnf -y install php-pear-MDB2-Schema

Install php-pear-MDB2-Schema 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-pear-MDB2-Schema using yum by running the following command:

sudo yum -y install php-pear-MDB2-Schema

How To Uninstall php-pear-MDB2-Schema on Fedora 36

To uninstall only the php-pear-MDB2-Schema package we can use the following command:

sudo dnf remove php-pear-MDB2-Schema

php-pear-MDB2-Schema Package Contents on Fedora 36

/usr/share/doc/pear/MDB2_Schema
/usr/share/doc/pear/MDB2_Schema/docs
/usr/share/doc/pear/MDB2_Schema/docs/MDB.dtd
/usr/share/doc/pear/MDB2_Schema/docs/MDB.xsd
/usr/share/doc/pear/MDB2_Schema/docs/MDB.xsl
/usr/share/doc/pear/MDB2_Schema/docs/README
/usr/share/doc/pear/MDB2_Schema/docs/description.schema.xml
/usr/share/doc/pear/MDB2_Schema/docs/examples
/usr/share/doc/pear/MDB2_Schema/docs/examples/parse.php
/usr/share/doc/pear/MDB2_Schema/docs/examples/schema.xml
/usr/share/doc/pear/MDB2_Schema/docs/schema2html.css
/usr/share/doc/pear/MDB2_Schema/docs/schema2html.xsl
/usr/share/doc/pear/MDB2_Schema/docs/xml_schema_documentation.html
/usr/share/pear/MDB2/Schema
/usr/share/pear/MDB2/Schema.php
/usr/share/pear/MDB2/Schema/Parser.php
/usr/share/pear/MDB2/Schema/Parser2.php
/usr/share/pear/MDB2/Schema/Reserved
/usr/share/pear/MDB2/Schema/Reserved/ibase.php
/usr/share/pear/MDB2/Schema/Reserved/mssql.php
/usr/share/pear/MDB2/Schema/Reserved/mysql.php
/usr/share/pear/MDB2/Schema/Reserved/oci8.php
/usr/share/pear/MDB2/Schema/Reserved/pgsql.php
/usr/share/pear/MDB2/Schema/Tool
/usr/share/pear/MDB2/Schema/Tool.php
/usr/share/pear/MDB2/Schema/Tool/ParameterException.php
/usr/share/pear/MDB2/Schema/Validate.php
/usr/share/pear/MDB2/Schema/Writer.php
/usr/share/tests/pear/MDB2_Schema
/usr/share/tests/pear/MDB2_Schema/tests
/usr/share/tests/pear/MDB2_Schema/tests/Console_TestListener.php
/usr/share/tests/pear/MDB2_Schema/tests/HTML_TestListener.php
/usr/share/tests/pear/MDB2_Schema/tests/MDB2_Schema_testcase.php
/usr/share/tests/pear/MDB2_Schema/tests/README
/usr/share/tests/pear/MDB2_Schema/tests/clitest.php
/usr/share/tests/pear/MDB2_Schema/tests/driver_test.schema
/usr/share/tests/pear/MDB2_Schema/tests/lob_test.schema
/usr/share/tests/pear/MDB2_Schema/tests/test.php
/usr/share/tests/pear/MDB2_Schema/tests/testUtils.php
/usr/share/tests/pear/MDB2_Schema/tests/test_setup.php.dist
/usr/share/tests/pear/MDB2_Schema/tests/testchoose.php
/usr/share/tests/pear/MDB2_Schema/tests/tests.css
/var/lib/pear/pkgxml/php-pear-MDB2-Schema.xml

References

Summary

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