How to Install and Uninstall clucene.src Package on Oracle Linux 8

Last updated: November 28,2024

1. Install "clucene.src" package

This guide covers the steps necessary to install clucene.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install clucene.src

2. Uninstall "clucene.src" package

Here is a brief guide to show you how to uninstall clucene.src on Oracle Linux 8:

$ sudo dnf remove clucene.src $ sudo dnf autoremove

3. Information about the clucene.src package on Oracle Linux 8

Last metadata expiration check: 2:29:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : clucene
Version : 2.3.3.4
Release : 31.20130812.e8e3d20git.el8
Architecture : src
Size : 1.6 M
Source : None
Repository : ol8_appstream
Summary : A C++ port of Lucene
URL : http://www.sourceforge.net/projects/clucene
License : LGPLv2+ or ASL 2.0
Description : CLucene is a C++ port of the popular Apache Lucene search engine
: (http://lucene.apache.org/java).
: 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.