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

Last updated: October 07,2024

1. Install "clucene.src" package

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

$ sudo dnf update $ sudo dnf install clucene.src

2. Uninstall "clucene.src" package

Please follow the steps below to uninstall clucene.src on Oracle Linux 9:

$ sudo dnf remove clucene.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:35:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : clucene
Version : 2.3.3.4
Release : 42.20130812.e8e3d20git.el9
Architecture : src
Size : 1.6 M
Source : None
Repository : ol9_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.