How To Install php-wikimedia-utfnormal on Fedora 36

In this tutorial we learn how to install php-wikimedia-utfnormal in Fedora 36. php-wikimedia-utfnormal is Unicode normalization functions

Introduction

In this tutorial we learn how to install php-wikimedia-utfnormal on Fedora 36.

What is php-wikimedia-utfnormal

utfnormal is a library that contains unicode normalization functions. It was split out of MediaWiki core during the 1.25 development cycle.

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

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

sudo dnf -y install php-wikimedia-utfnormal

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

sudo yum -y install php-wikimedia-utfnormal

How To Uninstall php-wikimedia-utfnormal on Fedora 36

To uninstall only the php-wikimedia-utfnormal package we can use the following command:

sudo dnf remove php-wikimedia-utfnormal

php-wikimedia-utfnormal Package Contents on Fedora 36

/usr/share/doc/php-wikimedia-utfnormal
/usr/share/doc/php-wikimedia-utfnormal/README.md
/usr/share/licenses/php-wikimedia-utfnormal
/usr/share/licenses/php-wikimedia-utfnormal/COPYING
/usr/share/php/UtfNormal
/usr/share/php/UtfNormal/Constants.php
/usr/share/php/UtfNormal/UtfNormalData.inc
/usr/share/php/UtfNormal/UtfNormalDataK.inc
/usr/share/php/UtfNormal/Utils.php
/usr/share/php/UtfNormal/Validator.php
/usr/share/php/UtfNormal/autoload.php

References

Summary

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