How To Install php-google-apiclient1-examples on Fedora 36

In this tutorial we learn how to install php-google-apiclient1-examples in Fedora 36. php-google-apiclient1-examples is Client library for Google APIs

Introduction

In this tutorial we learn how to install php-google-apiclient1-examples on Fedora 36.

What is php-google-apiclient1-examples

Client library for Google APIs

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

Install php-google-apiclient1-examples 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-google-apiclient1-examples using dnf by running the following command:

sudo dnf -y install php-google-apiclient1-examples

Install php-google-apiclient1-examples 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-google-apiclient1-examples using yum by running the following command:

sudo yum -y install php-google-apiclient1-examples

How To Uninstall php-google-apiclient1-examples on Fedora 36

To uninstall only the php-google-apiclient1-examples package we can use the following command:

sudo dnf remove php-google-apiclient1-examples

php-google-apiclient1-examples Package Contents on Fedora 36

/usr/share/doc/php-google-apiclient1-examples
/usr/share/doc/php-google-apiclient1-examples/appengineauth.php
/usr/share/doc/php-google-apiclient1-examples/batch.php
/usr/share/doc/php-google-apiclient1-examples/fileupload.php
/usr/share/doc/php-google-apiclient1-examples/idtoken.php
/usr/share/doc/php-google-apiclient1-examples/index.php
/usr/share/doc/php-google-apiclient1-examples/multi-api.php
/usr/share/doc/php-google-apiclient1-examples/service-account.php
/usr/share/doc/php-google-apiclient1-examples/simple-query.php
/usr/share/doc/php-google-apiclient1-examples/simplefileupload.php
/usr/share/doc/php-google-apiclient1-examples/styles
/usr/share/doc/php-google-apiclient1-examples/styles/style.css
/usr/share/doc/php-google-apiclient1-examples/templates
/usr/share/doc/php-google-apiclient1-examples/templates/base.php
/usr/share/doc/php-google-apiclient1-examples/user-example.php

References

Summary

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