How To Install php-pdb on Fedora 36

In this tutorial we learn how to install php-pdb in Fedora 36. php-pdb is PHP classes for manipulating Palm OS databases

Introduction

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

What is php-pdb

PHP-PDB is a set of PHP classes that manipulate Palm OS databases. It lets you read, write, alter, and easily use data that is meant to be sent to or retrieved from a handheld.

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

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

sudo dnf -y install php-pdb

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

sudo yum -y install php-pdb

How To Uninstall php-pdb on Fedora 36

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

sudo dnf remove php-pdb

php-pdb Package Contents on Fedora 36

/usr/share/doc/php-pdb
/usr/share/doc/php-pdb/pdb-test.php
/usr/share/licenses/php-pdb
/usr/share/licenses/php-pdb/COPYING
/usr/share/licenses/php-pdb/LEGAL
/usr/share/php/php-pdb
/usr/share/php/php-pdb/modules
/usr/share/php/php-pdb/modules/addrbook.inc
/usr/share/php/php-pdb/modules/datebook.inc
/usr/share/php/php-pdb/modules/doc.inc
/usr/share/php/php-pdb/modules/mobiledb.inc
/usr/share/php/php-pdb/modules/pdatoolbox.inc
/usr/share/php/php-pdb/modules/smallbasic.inc
/usr/share/php/php-pdb/modules/todo.inc
/usr/share/php/php-pdb/php-pdb.inc

References

Summary

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