How To Install php-domxml-php4-php5 on Fedora 36

In this tutorial we learn how to install php-domxml-php4-php5 in Fedora 36. php-domxml-php4-php5 is XML transition from PHP4 domxml to PHP5 dom module

Introduction

In this tutorial we learn how to install php-domxml-php4-php5 on Fedora 36.

What is php-domxml-php4-php5

XML transition from PHP4 domxml to PHP5 dom module.

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

Install php-domxml-php4-php5 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-domxml-php4-php5 using dnf by running the following command:

sudo dnf -y install php-domxml-php4-php5

Install php-domxml-php4-php5 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-domxml-php4-php5 using yum by running the following command:

sudo yum -y install php-domxml-php4-php5

How To Uninstall php-domxml-php4-php5 on Fedora 36

To uninstall only the php-domxml-php4-php5 package we can use the following command:

sudo dnf remove php-domxml-php4-php5

php-domxml-php4-php5 Package Contents on Fedora 36

/usr/share/php/domxml-php4-php5
/usr/share/php/domxml-php4-php5/domxml-php4-to-php5.php

References

Summary

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