How To Install php-akamai-open-edgegrid-client on Fedora 36

In this tutorial we learn how to install php-akamai-open-edgegrid-client in Fedora 36. php-akamai-open-edgegrid-client is Implements the Akamai {OPEN} EdgeGrid Authentication

Introduction

In this tutorial we learn how to install php-akamai-open-edgegrid-client on Fedora 36.

What is php-akamai-open-edgegrid-client

Akamai {OPEN} EdgeGrid Authentication [1] Client for PHP This library implements the Akamai {OPEN} EdgeGrid Authentication scheme on top of Guzzle [2], as both a drop-in replacement client, and middleware. For more information visit the Akamai {OPEN} Developer Community [3]. Autoloader [1] https [2] https [3] https

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

Install php-akamai-open-edgegrid-client 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-akamai-open-edgegrid-client using dnf by running the following command:

sudo dnf -y install php-akamai-open-edgegrid-client

Install php-akamai-open-edgegrid-client 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-akamai-open-edgegrid-client using yum by running the following command:

sudo yum -y install php-akamai-open-edgegrid-client

How To Uninstall php-akamai-open-edgegrid-client on Fedora 36

To uninstall only the php-akamai-open-edgegrid-client package we can use the following command:

sudo dnf remove php-akamai-open-edgegrid-client

php-akamai-open-edgegrid-client Package Contents on Fedora 36

/usr/share/doc/php-akamai-open-edgegrid-client
/usr/share/doc/php-akamai-open-edgegrid-client/CHANGELOG.md
/usr/share/doc/php-akamai-open-edgegrid-client/README.md
/usr/share/doc/php-akamai-open-edgegrid-client/composer.json
/usr/share/licenses/php-akamai-open-edgegrid-client
/usr/share/licenses/php-akamai-open-edgegrid-client/LICENSE
/usr/share/php/Akamai/Open/EdgeGrid/Client.php
/usr/share/php/Akamai/Open/EdgeGrid/Exception
/usr/share/php/Akamai/Open/EdgeGrid/Exception.php
/usr/share/php/Akamai/Open/EdgeGrid/Exception/HandlerException
/usr/share/php/Akamai/Open/EdgeGrid/Exception/HandlerException.php
/usr/share/php/Akamai/Open/EdgeGrid/Exception/HandlerException/IOException.php
/usr/share/php/Akamai/Open/EdgeGrid/Handler
/usr/share/php/Akamai/Open/EdgeGrid/Handler/Authentication.php
/usr/share/php/Akamai/Open/EdgeGrid/Handler/Debug.php
/usr/share/php/Akamai/Open/EdgeGrid/Handler/Verbose.php
/usr/share/php/Akamai/Open/EdgeGrid/autoload-client.php

References

Summary

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