How To Install php-dnoegel-php-xdg-base-dir on Fedora 36

In this tutorial we learn how to install php-dnoegel-php-xdg-base-dir in Fedora 36. php-dnoegel-php-xdg-base-dir is Implementation of the XDG Base Directory Specification for PHP

Introduction

In this tutorial we learn how to install php-dnoegel-php-xdg-base-dir on Fedora 36.

What is php-dnoegel-php-xdg-base-dir

Implementation of the XDG Base Directory Specification for PHP. Autoloader

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

Install php-dnoegel-php-xdg-base-dir 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-dnoegel-php-xdg-base-dir using dnf by running the following command:

sudo dnf -y install php-dnoegel-php-xdg-base-dir

Install php-dnoegel-php-xdg-base-dir 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-dnoegel-php-xdg-base-dir using yum by running the following command:

sudo yum -y install php-dnoegel-php-xdg-base-dir

How To Uninstall php-dnoegel-php-xdg-base-dir on Fedora 36

To uninstall only the php-dnoegel-php-xdg-base-dir package we can use the following command:

sudo dnf remove php-dnoegel-php-xdg-base-dir

php-dnoegel-php-xdg-base-dir Package Contents on Fedora 36

/usr/share/doc/php-dnoegel-php-xdg-base-dir
/usr/share/doc/php-dnoegel-php-xdg-base-dir/README.md
/usr/share/doc/php-dnoegel-php-xdg-base-dir/composer.json
/usr/share/licenses/php-dnoegel-php-xdg-base-dir
/usr/share/licenses/php-dnoegel-php-xdg-base-dir/LICENSE
/usr/share/php/XdgBaseDir
/usr/share/php/XdgBaseDir/Xdg.php
/usr/share/php/XdgBaseDir/autoload.php

References

Summary

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