How To Install php-pecl-couchbase3 on Fedora 36

In this tutorial we learn how to install php-pecl-couchbase3 in Fedora 36. php-pecl-couchbase3 is Couchbase Server PHP extension

Introduction

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

What is php-pecl-couchbase3

The PHP client library provides fast access to documents stored in a Couchbase Server.

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

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

sudo dnf -y install php-pecl-couchbase3

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

sudo yum -y install php-pecl-couchbase3

How To Uninstall php-pecl-couchbase3 on Fedora 36

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

sudo dnf remove php-pecl-couchbase3

php-pecl-couchbase3 Package Contents on Fedora 36

/etc/php-zts.d/50-couchbase.ini
/etc/php.d/50-couchbase.ini
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/a65cd8ed628395f890b2c25dce5c75d9d77f31
/usr/lib/.build-id/49
/usr/lib/.build-id/49/10b50b5a41f4347e0e3f425310c8ead43f285e
/usr/lib64/php-zts/modules/couchbase.so
/usr/lib64/php/modules/couchbase.so
/usr/share/doc/pecl/couchbase
/usr/share/doc/pecl/couchbase/README.md
/usr/share/doc/pecl/couchbase/api
/usr/share/doc/pecl/couchbase/api/couchbase.php
/usr/share/doc/pecl/couchbase/examples
/usr/share/doc/pecl/couchbase/examples/api
/usr/share/doc/pecl/couchbase/examples/api/couchbase.AnalyticsQuery.php
/usr/share/doc/pecl/couchbase/examples/api/couchbase.Authenticator.php
/usr/share/doc/pecl/couchbase/examples/api/couchbase.LookupInBuilder.execute.php
/usr/share/doc/pecl/couchbase/examples/api/couchbase.MutateInBuilder.execute.php
/usr/share/doc/pecl/couchbase/examples/api/couchbase.N1qlQuery.consistentWith.php
/usr/share/doc/pecl/couchbase/examples/api/couchbase.N1qlQuery.namedParams.php
/usr/share/doc/pecl/couchbase/examples/api/couchbase.N1qlQuery.positionalParams.php
/usr/share/doc/pecl/couchbase/examples/api/couchbase.passthruDecoder.php
/usr/share/doc/pecl/couchbase/examples/cache_request
/usr/share/doc/pecl/couchbase/examples/cache_request/index.php
/usr/share/doc/pecl/couchbase/examples/cas
/usr/share/doc/pecl/couchbase/examples/cas/cas_replace.php
/usr/share/doc/pecl/couchbase/examples/certauth
/usr/share/doc/pecl/couchbase/examples/certauth/certauth.php
/usr/share/doc/pecl/couchbase/examples/managers
/usr/share/doc/pecl/couchbase/examples/managers/UserManagement.php
/usr/share/doc/pecl/couchbase/examples/scan_consistency
/usr/share/doc/pecl/couchbase/examples/scan_consistency/request_plus.php
/usr/share/doc/pecl/couchbase/examples/search
/usr/share/doc/pecl/couchbase/examples/search/index_management.php
/usr/share/doc/pecl/couchbase/examples/search/search.php
/usr/share/doc/pecl/couchbase/examples/subdoc
/usr/share/doc/pecl/couchbase/examples/subdoc/xattrs.php
/usr/share/doc/pecl/couchbase/examples/tracing
/usr/share/doc/pecl/couchbase/examples/tracing/demo.php
/usr/share/doc/pecl/couchbase/examples/transcoders
/usr/share/doc/pecl/couchbase/examples/transcoders/index.php
/usr/share/licenses/php-pecl-couchbase3
/usr/share/licenses/php-pecl-couchbase3/LICENSE
/var/lib/php/peclxml/php-pecl-couchbase3.xml

References

Summary

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