How To Install clucene-core on Fedora 36

In this tutorial we learn how to install clucene-core in Fedora 36. clucene-core is Core clucene module

Introduction

In this tutorial we learn how to install clucene-core on Fedora 36.

What is clucene-core

CLucene is a C++ port of the popular Apache Lucene search engine (http CLucene aims to be a high-speed alternative to Java Lucene, its API is very similar to that of the Java version. CLucene has recently been brought up to date with Lucene 2.3.2. It contains most of the same functionality as the Java version.

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

Install clucene-core on Fedora 36 Using dnf

Update yum database with dnf using the following command.


title: "How To Install clucene-core on Fedora 36"
sudo dnf makecache --refresh

linkTitle: “clucene-core”

type: “docs” After updating yum database, We can install clucene-core using dnf by running the following command: description: “In this tutorial we learn how to install clucene-core in Fedora 36. clucene-core is Core clucene module”

date: "2022-08-17"
lastmod: "2022-08-17"
sudo dnf -y install clucene-core

#image: /images/fedora/36/clucene-core-featured.png


Install clucene-core on Fedora 36 Using yum

Introduction

Update yum database with yum using the following command.

In this tutorial we learn how to install clucene-core on Fedora 36.


sudo yum makecache --refresh
### What is `clucene-core`

CLucene is a C++ port of the popular Apache Lucene search engine (http CLucene aims to be a high-speed alternative to Java Lucene, its API is very similar to that of the Java version. CLucene has recently been brought up to date with Lucene 2.3.2. It contains most of the same functionality as the Java version.
After updating yum database, We can install clucene-core using yum by running the following command:

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

Install clucene-core on Fedora 36 Using dnf

How To Uninstall clucene-core on Fedora 36

Update yum database with dnf using the following command. To uninstall only the clucene-core package we can use the following command:

```bash
sudo dnf makecache --refresh
sudo dnf remove clucene-core


## clucene-core Package Contents on Fedora 36
After updating yum database, We can install `clucene-core` using `dnf` by running the following command:


```bash
```bash
sudo dnf -y install clucene-core

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

sudo yum -y install clucene-core

How To Uninstall clucene-core on Fedora 36

To uninstall only the clucene-core package we can use the following command:

sudo dnf remove clucene-core

clucene-core Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/76616fe39ae8c70c46cb1b21eb4ac25ba242ab
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/da21232a1054245599bfad3bea638ab9e8a9f7
/usr/lib64/libclucene-core.so.1
/usr/lib64/libclucene-core.so.2.3.3.4
/usr/lib64/libclucene-shared.so.1
/usr/lib64/libclucene-shared.so.2.3.3.4
/usr/share/doc/clucene-core
/usr/share/doc/clucene-core/AUTHORS
/usr/share/doc/clucene-core/ChangeLog
/usr/share/doc/clucene-core/README
/usr/share/licenses/clucene-core
/usr/share/licenses/clucene-core/APACHE.license
/usr/share/licenses/clucene-core/COPYING
/usr/share/licenses/clucene-core/LGPL.license

References

  • clucene-core website /usr/lib/.build-id /usr/lib/.build-id/66 /usr/lib/.build-id/66/acdb0c72df98b7eb343bbe7aa1d8273cd8acff /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/9be47a7333b97d50ef492afc56ff27268ac653 /usr/lib/libclucene-core.so.1 /usr/lib/libclucene-core.so.2.3.3.4 /usr/lib/libclucene-shared.so.1 /usr/lib/libclucene-shared.so.2.3.3.4 /usr/share/doc/clucene-core /usr/share/doc/clucene-core/AUTHORS /usr/share/doc/clucene-core/ChangeLog /usr/share/doc/clucene-core/README /usr/share/licenses/clucene-core /usr/share/licenses/clucene-core/APACHE.license /usr/share/licenses/clucene-core/COPYING /usr/share/licenses/clucene-core/LGPL.license

Summary

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


## References

* [clucene-core website](http://www.sourceforge.net/projects/clucene)

## Summary

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