How To Install erlang-lucene_parser on Fedora 36

In this tutorial we learn how to install erlang-lucene_parser in Fedora 36. erlang-lucene_parser is A library for Lucene-like query syntax parsing

Introduction

In this tutorial we learn how to install erlang-lucene_parser on Fedora 36.

What is erlang-lucene_parser

A library for Lucene-like query syntax parsing.

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

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

sudo dnf -y install erlang-lucene_parser

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

sudo yum -y install erlang-lucene_parser

How To Uninstall erlang-lucene_parser on Fedora 36

To uninstall only the erlang-lucene_parser package we can use the following command:

sudo dnf remove erlang-lucene_parser

erlang-lucene_parser Package Contents on Fedora 36

/usr/share/doc/erlang-lucene_parser
/usr/share/doc/erlang-lucene_parser/README.txt
/usr/share/erlang/lib/lucene_parser-1
/usr/share/erlang/lib/lucene_parser-1/ebin
/usr/share/erlang/lib/lucene_parser-1/ebin/lucene_parse.beam
/usr/share/erlang/lib/lucene_parser-1/ebin/lucene_parser.app
/usr/share/erlang/lib/lucene_parser-1/ebin/lucene_parser.beam
/usr/share/erlang/lib/lucene_parser-1/ebin/lucene_scan.beam
/usr/share/erlang/lib/lucene_parser-1/include
/usr/share/erlang/lib/lucene_parser-1/include/lucene_parser.hrl

References

Summary

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