How To Install perl-ElasticSearch-SearchBuilder on Fedora 36

In this tutorial we learn how to install perl-ElasticSearch-SearchBuilder in Fedora 36. perl-ElasticSearch-SearchBuilder is Perlish compact query language for ElasticSearch

Introduction

In this tutorial we learn how to install perl-ElasticSearch-SearchBuilder on Fedora 36.

What is perl-ElasticSearch-SearchBuilder

The Query DSL for ElasticSearch (see Query DSL), which is used to write queries and filters, is simple but verbose, which can make it difficult to write and understand large queries.

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

Install perl-ElasticSearch-SearchBuilder 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 perl-ElasticSearch-SearchBuilder using dnf by running the following command:

sudo dnf -y install perl-ElasticSearch-SearchBuilder

Install perl-ElasticSearch-SearchBuilder 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 perl-ElasticSearch-SearchBuilder using yum by running the following command:

sudo yum -y install perl-ElasticSearch-SearchBuilder

How To Uninstall perl-ElasticSearch-SearchBuilder on Fedora 36

To uninstall only the perl-ElasticSearch-SearchBuilder package we can use the following command:

sudo dnf remove perl-ElasticSearch-SearchBuilder

perl-ElasticSearch-SearchBuilder Package Contents on Fedora 36

/usr/share/doc/perl-ElasticSearch-SearchBuilder
/usr/share/doc/perl-ElasticSearch-SearchBuilder/Changes
/usr/share/doc/perl-ElasticSearch-SearchBuilder/LICENSE
/usr/share/doc/perl-ElasticSearch-SearchBuilder/README
/usr/share/man/man3/ElasticSearch::SearchBuilder.3pm.gz
/usr/share/perl5/vendor_perl/ElasticSearch
/usr/share/perl5/vendor_perl/ElasticSearch/SearchBuilder.pm

References

Summary

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