How To Install php-LightweightPicasaAPI on Fedora 36

In this tutorial we learn how to install php-LightweightPicasaAPI in Fedora 36. php-LightweightPicasaAPI is A lightweight API for Picasa in PHP

Introduction

In this tutorial we learn how to install php-LightweightPicasaAPI on Fedora 36.

What is php-LightweightPicasaAPI

PHP wrapper for Google’s Picasa Data API, which is implemented using Atom feeds in XML. The package is meant to make it easy for PHP developers to integrate their own applications with Picasa.

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

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

sudo dnf -y install php-LightweightPicasaAPI

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

sudo yum -y install php-LightweightPicasaAPI

How To Uninstall php-LightweightPicasaAPI on Fedora 36

To uninstall only the php-LightweightPicasaAPI package we can use the following command:

sudo dnf remove php-LightweightPicasaAPI

php-LightweightPicasaAPI Package Contents on Fedora 36

/usr/share/doc/php-LightweightPicasaAPI
/usr/share/doc/php-LightweightPicasaAPI/README
/usr/share/doc/php-LightweightPicasaAPI/license.txt
/usr/share/php/LightweightPicasaAPI
/usr/share/php/LightweightPicasaAPI/Account.php
/usr/share/php/LightweightPicasaAPI/Album.php
/usr/share/php/LightweightPicasaAPI/Author.php
/usr/share/php/LightweightPicasaAPI/Cache.php
/usr/share/php/LightweightPicasaAPI/Comment.php
/usr/share/php/LightweightPicasaAPI/Exception
/usr/share/php/LightweightPicasaAPI/Exception.php
/usr/share/php/LightweightPicasaAPI/Exception/BadRequestException.php
/usr/share/php/LightweightPicasaAPI/Exception/CaptchaRequiredException.php
/usr/share/php/LightweightPicasaAPI/Exception/ConflictException.php
/usr/share/php/LightweightPicasaAPI/Exception/FailedAuthorizationException.php
/usr/share/php/LightweightPicasaAPI/Exception/FileNotFoundException.php
/usr/share/php/LightweightPicasaAPI/Exception/InternalServerErrorException.php
/usr/share/php/LightweightPicasaAPI/Exception/InvalidUsernameOrPasswordException.php
/usr/share/php/LightweightPicasaAPI/Exception/UnauthorizedException.php
/usr/share/php/LightweightPicasaAPI/Image.php
/usr/share/php/LightweightPicasaAPI/ImageCollection.php
/usr/share/php/LightweightPicasaAPI/Logger.php
/usr/share/php/LightweightPicasaAPI/Picasa.php
/usr/share/php/LightweightPicasaAPI/Tag.php
/usr/share/php/LightweightPicasaAPI/Thumbnail.php

References

Summary

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