How To Install php-true-punycode on Fedora 36

In this tutorial we learn how to install php-true-punycode in Fedora 36. php-true-punycode is A Bootstring encoding of Unicode for IDNA

Introduction

In this tutorial we learn how to install php-true-punycode on Fedora 36.

What is php-true-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA). Autoloader

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

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

sudo dnf -y install php-true-punycode

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

sudo yum -y install php-true-punycode

How To Uninstall php-true-punycode on Fedora 36

To uninstall only the php-true-punycode package we can use the following command:

sudo dnf remove php-true-punycode

php-true-punycode Package Contents on Fedora 36

/usr/share/doc/php-true-punycode
/usr/share/doc/php-true-punycode/CHANGELOG.md
/usr/share/doc/php-true-punycode/README.md
/usr/share/doc/php-true-punycode/composer.json
/usr/share/licenses/php-true-punycode
/usr/share/licenses/php-true-punycode/LICENSE
/usr/share/php/TrueBV
/usr/share/php/TrueBV/Exception
/usr/share/php/TrueBV/Exception/DomainOutOfBoundsException.php
/usr/share/php/TrueBV/Exception/LabelOutOfBoundsException.php
/usr/share/php/TrueBV/Exception/OutOfBoundsException.php
/usr/share/php/TrueBV/Punycode.php
/usr/share/php/TrueBV/autoload.php

References

Summary

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