How To Install php-pear-HTTP-OAuth on Fedora 36

In this tutorial we learn how to install php-pear-HTTP-OAuth in Fedora 36. php-pear-HTTP-OAuth is Implementation of the OAuth spec

Introduction

In this tutorial we learn how to install php-pear-HTTP-OAuth on Fedora 36.

What is php-pear-HTTP-OAuth

Allows the use of the consumer and provider angles of the OAuth spec.

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

Install php-pear-HTTP-OAuth 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-pear-HTTP-OAuth using dnf by running the following command:

sudo dnf -y install php-pear-HTTP-OAuth

Install php-pear-HTTP-OAuth 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-pear-HTTP-OAuth using yum by running the following command:

sudo yum -y install php-pear-HTTP-OAuth

How To Uninstall php-pear-HTTP-OAuth on Fedora 36

To uninstall only the php-pear-HTTP-OAuth package we can use the following command:

sudo dnf remove php-pear-HTTP-OAuth

php-pear-HTTP-OAuth Package Contents on Fedora 36

/usr/share/doc/pear/HTTP_OAuth
/usr/share/doc/pear/HTTP_OAuth/LICENSE
/usr/share/doc/pear/HTTP_OAuth/README
/usr/share/doc/pear/HTTP_OAuth/examples
/usr/share/doc/pear/HTTP_OAuth/examples/access_token.php
/usr/share/doc/pear/HTTP_OAuth/examples/authorize_url.php
/usr/share/doc/pear/HTTP_OAuth/examples/cli.php
/usr/share/doc/pear/HTTP_OAuth/examples/config.php
/usr/share/doc/pear/HTTP_OAuth/examples/digg.gif
/usr/share/doc/pear/HTTP_OAuth/examples/examples-config.php
/usr/share/doc/pear/HTTP_OAuth/examples/google.gif
/usr/share/doc/pear/HTTP_OAuth/examples/index.php
/usr/share/doc/pear/HTTP_OAuth/examples/jquery.cookie.js
/usr/share/doc/pear/HTTP_OAuth/examples/jquery.fade.js
/usr/share/doc/pear/HTTP_OAuth/examples/jquery.js
/usr/share/doc/pear/HTTP_OAuth/examples/myspace.jpg
/usr/share/doc/pear/HTTP_OAuth/examples/oauth_request.php
/usr/share/doc/pear/HTTP_OAuth/examples/request_token.php
/usr/share/doc/pear/HTTP_OAuth/examples/store.php
/usr/share/doc/pear/HTTP_OAuth/examples/styles.css
/usr/share/doc/pear/HTTP_OAuth/examples/twitter.gif
/usr/share/doc/pear/HTTP_OAuth/examples/yahoo.gif
/usr/share/pear/HTTP/OAuth
/usr/share/pear/HTTP/OAuth.php
/usr/share/pear/HTTP/OAuth/Consumer
/usr/share/pear/HTTP/OAuth/Consumer.php
/usr/share/pear/HTTP/OAuth/Consumer/Exception
/usr/share/pear/HTTP/OAuth/Consumer/Exception/InvalidResponse.php
/usr/share/pear/HTTP/OAuth/Consumer/Request.php
/usr/share/pear/HTTP/OAuth/Consumer/Response.php
/usr/share/pear/HTTP/OAuth/Exception
/usr/share/pear/HTTP/OAuth/Exception.php
/usr/share/pear/HTTP/OAuth/Exception/NotImplemented.php
/usr/share/pear/HTTP/OAuth/Message.php
/usr/share/pear/HTTP/OAuth/Provider
/usr/share/pear/HTTP/OAuth/Provider/Exception
/usr/share/pear/HTTP/OAuth/Provider/Exception.php
/usr/share/pear/HTTP/OAuth/Provider/Exception/InvalidRequest.php
/usr/share/pear/HTTP/OAuth/Provider/Request.php
/usr/share/pear/HTTP/OAuth/Provider/Response.php
/usr/share/pear/HTTP/OAuth/Signature
/usr/share/pear/HTTP/OAuth/Signature.php
/usr/share/pear/HTTP/OAuth/Signature/Common.php
/usr/share/pear/HTTP/OAuth/Signature/HMAC
/usr/share/pear/HTTP/OAuth/Signature/HMAC/SHA1.php
/usr/share/pear/HTTP/OAuth/Signature/PLAINTEXT.php
/usr/share/pear/HTTP/OAuth/Signature/RSA
/usr/share/pear/HTTP/OAuth/Signature/RSA/SHA1.php
/usr/share/pear/HTTP/OAuth/Store
/usr/share/pear/HTTP/OAuth/Store/Consumer
/usr/share/pear/HTTP/OAuth/Store/Consumer/CacheLite.php
/usr/share/pear/HTTP/OAuth/Store/Consumer/Interface.php
/usr/share/pear/HTTP/OAuth/Store/Data.php
/usr/share/tests/pear/HTTP_OAuth
/usr/share/tests/pear/HTTP_OAuth/tests
/usr/share/tests/pear/HTTP_OAuth/tests/AllTests.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/Exception
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/Exception/InvalidResponseTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/RequestTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/ResponseTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/ConsumerTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/MessageMock.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/MessageTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Provider
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Provider/RequestTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Provider/ResponseTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/CommonMock.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/CommonTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/HMAC
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/HMAC/SHA1Test.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/NoClass.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/NoParent.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/PLAINTEXTTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/RSA
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/RSA/SHA1Test.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/SignatureTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Store
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Store/Consumer
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Store/Consumer/CacheLiteTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuthTest.php
/var/lib/pear/pkgxml/php-pear-HTTP-OAuth.xml

References

Summary

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