How To Install lucene++ on Fedora 36
Introduction
In this tutorial we learn how to install lucene++
on Fedora 36.
What is lucene++
An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
We can use yum
or dnf
to install lucene++
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lucene++.
Install lucene++ 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 lucene++
using dnf
by running the following command:
sudo dnf -y install lucene++
Install lucene++ 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 lucene++
using yum
by running the following command:
sudo yum -y install lucene++
How To Uninstall lucene++ on Fedora 36
To uninstall only the lucene++
package we can use the following command:
sudo dnf remove lucene++
lucene++ Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/a8dec130ca60524b1ab6f58008658348a32f0e
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/13cee2ffcf0679dfaaf8d5959efebddaeb121f
/usr/lib/liblucene++-contrib.so.0
/usr/lib/liblucene++-contrib.so.3.0.7
/usr/lib/liblucene++.so.0
/usr/lib/liblucene++.so.3.0.7
/usr/share/doc/lucene++
/usr/share/doc/lucene++/AUTHORS
/usr/share/doc/lucene++/README.PACKAGE
/usr/share/doc/lucene++/README.rst
/usr/share/doc/lucene++/REQUESTS
/usr/share/licenses/lucene++
/usr/share/licenses/lucene++/APACHE.license
/usr/share/licenses/lucene++/COPYING
/usr/share/licenses/lucene++/GPL.license
/usr/share/licenses/lucene++/LGPL.license
References
Summary
In this tutorial we learn how to install lucene++
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lucene++ on Fedora 36” linkTitle: “lucene++” type: “docs” description: “In this tutorial we learn how to install lucene++ in Fedora 36. lucene++ is A high-performance, full-featured text search engine written in C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lucene++-featured.png
Introduction
In this tutorial we learn how to install lucene++
on Fedora 36.
What is lucene++
An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
We can use yum
or dnf
to install lucene++
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lucene++.
Install lucene++ 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 lucene++
using dnf
by running the following command:
sudo dnf -y install lucene++
Install lucene++ 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 lucene++
using yum
by running the following command:
sudo yum -y install lucene++
How To Uninstall lucene++ on Fedora 36
To uninstall only the lucene++
package we can use the following command:
sudo dnf remove lucene++
lucene++ Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/79a3261b7cb37d88c87d6b6e05178d42f2d297
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/4f23b4d23a174a9a2fdbfd22e30b44cbca7f10
/usr/lib64/liblucene++-contrib.so.0
/usr/lib64/liblucene++-contrib.so.3.0.7
/usr/lib64/liblucene++.so.0
/usr/lib64/liblucene++.so.3.0.7
/usr/share/doc/lucene++
/usr/share/doc/lucene++/AUTHORS
/usr/share/doc/lucene++/README.PACKAGE
/usr/share/doc/lucene++/README.rst
/usr/share/doc/lucene++/REQUESTS
/usr/share/licenses/lucene++
/usr/share/licenses/lucene++/APACHE.license
/usr/share/licenses/lucene++/COPYING
/usr/share/licenses/lucene++/GPL.license
/usr/share/licenses/lucene++/LGPL.license
References
Summary
In this tutorial we learn how to install lucene++
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).