How To Install php-znerol-php-stringprep on Fedora 36

In this tutorial we learn how to install php-znerol-php-stringprep in Fedora 36. php-znerol-php-stringprep is Implementation of RFC 3454 Preparation of Internationalized Strings

Introduction

In this tutorial we learn how to install php-znerol-php-stringprep on Fedora 36.

What is php-znerol-php-stringprep

Implementation of RFC 3454 Preparation of Internationalized Strings. See

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

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

sudo dnf -y install php-znerol-php-stringprep

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

sudo yum -y install php-znerol-php-stringprep

How To Uninstall php-znerol-php-stringprep on Fedora 36

To uninstall only the php-znerol-php-stringprep package we can use the following command:

sudo dnf remove php-znerol-php-stringprep

php-znerol-php-stringprep Package Contents on Fedora 36

/usr/share/doc/php-znerol-php-stringprep
/usr/share/doc/php-znerol-php-stringprep/README.md
/usr/share/doc/php-znerol-php-stringprep/doc
/usr/share/doc/php-znerol-php-stringprep/doc/rfc3454.txt
/usr/share/licenses/php-znerol-php-stringprep
/usr/share/licenses/php-znerol-php-stringprep/LICENSE
/usr/share/php/Znerol
/usr/share/php/Znerol/Component
/usr/share/php/Znerol/Component/Stringprep
/usr/share/php/Znerol/Component/Stringprep/Profile
/usr/share/php/Znerol/Component/Stringprep/Profile.php
/usr/share/php/Znerol/Component/Stringprep/Profile/ISCSI.php
/usr/share/php/Znerol/Component/Stringprep/Profile/Nameprep.php
/usr/share/php/Znerol/Component/Stringprep/Profile/Nodeprep.php
/usr/share/php/Znerol/Component/Stringprep/Profile/PolicyMIB.php
/usr/share/php/Znerol/Component/Stringprep/Profile/Resourceprep.php
/usr/share/php/Znerol/Component/Stringprep/Profile/SASLprep.php
/usr/share/php/Znerol/Component/Stringprep/Profile/Trace.php
/usr/share/php/Znerol/Component/Stringprep/ProfileException.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454
/usr/share/php/Znerol/Component/Stringprep/RFC3454/A_1.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/B_1.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/B_2.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/B_3.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_1_1.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_1_2.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_2_1.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_2_2.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_3.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_4.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_5.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_6.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_7.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_8.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/C_9.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/D_1.php
/usr/share/php/Znerol/Component/Stringprep/RFC3454/D_2.php
/usr/share/php/Znerol/Component/Stringprep/UnicodeUtil.php
/usr/share/php/Znerol/Component/Stringprep/autoload.php

References

Summary

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