How To Install php-seld-phar-utils on Fedora 36

In this tutorial we learn how to install php-seld-phar-utils in Fedora 36. php-seld-phar-utils is PHAR file format utilities

Introduction

In this tutorial we learn how to install php-seld-phar-utils on Fedora 36.

What is php-seld-phar-utils

PHAR file format utilities, for when PHP phars you up. To use this library, you just have to add, in your project require_once ‘/usr/share/php/Seld/PharUtils/autoload.php’;

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

Install php-seld-phar-utils 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-seld-phar-utils using dnf by running the following command:

sudo dnf -y install php-seld-phar-utils

Install php-seld-phar-utils 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-seld-phar-utils using yum by running the following command:

sudo yum -y install php-seld-phar-utils

How To Uninstall php-seld-phar-utils on Fedora 36

To uninstall only the php-seld-phar-utils package we can use the following command:

sudo dnf remove php-seld-phar-utils

php-seld-phar-utils Package Contents on Fedora 36

/usr/share/doc/php-seld-phar-utils
/usr/share/doc/php-seld-phar-utils/README.md
/usr/share/doc/php-seld-phar-utils/composer.json
/usr/share/licenses/php-seld-phar-utils
/usr/share/licenses/php-seld-phar-utils/LICENSE
/usr/share/php/Seld
/usr/share/php/Seld/PharUtils
/usr/share/php/Seld/PharUtils/Linter.php
/usr/share/php/Seld/PharUtils/Timestamps.php
/usr/share/php/Seld/PharUtils/autoload.php

References

Summary

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