How To Install idzebra on Fedora 34
Introduction
In this tutorial we learn how to install idzebra
on Fedora 34.
What is idzebra
Zebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (such as email, XML, and MARC) and allows access to them through exact Boolean search expressions and relevance-ranked free-text queries.
We can use yum
or dnf
to install idzebra
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install idzebra.
Install idzebra on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install idzebra
using dnf
by running the following command:
sudo dnf -y install idzebra
Install idzebra on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install idzebra
using yum
by running the following command:
sudo yum -y install idzebra
How To Uninstall idzebra on Fedora 34
To uninstall only the idzebra
package we can use the following command:
sudo dnf remove idzebra
idzebra Package Contents on Fedora 34
/usr/bin/idzebra-abs2dom
/usr/bin/zebraidx
/usr/bin/zebraidx-2.0
/usr/bin/zebrasrv
/usr/bin/zebrasrv-2.0
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/f4785f333ce02021f64a612d9f0f9c48d4b4a3
/usr/lib/.build-id/76
/usr/lib/.build-id/76/56bcaa874861b9b6017f88dc2cfd85d6b766f8
/usr/share/doc/idzebra
/usr/share/doc/idzebra-2.0
/usr/share/doc/idzebra-2.0/administration-extended-services.html
/usr/share/doc/idzebra-2.0/administration-ranking.html
/usr/share/doc/idzebra-2.0/administration.html
/usr/share/doc/idzebra-2.0/architecture-maincomponents.html
/usr/share/doc/idzebra-2.0/architecture-workflow.html
/usr/share/doc/idzebra-2.0/architecture.html
/usr/share/doc/idzebra-2.0/character-map-files.html
/usr/share/doc/idzebra-2.0/common
/usr/share/doc/idzebra-2.0/common/id.png
/usr/share/doc/idzebra-2.0/common/style1.css
/usr/share/doc/idzebra-2.0/domfilter.png
/usr/share/doc/idzebra-2.0/features.html
/usr/share/doc/idzebra-2.0/fields-and-charsets.html
/usr/share/doc/idzebra-2.0/file-ids.html
/usr/share/doc/idzebra-2.0/generic-ids.html
/usr/share/doc/idzebra-2.0/gpl-2.html
/usr/share/doc/idzebra-2.0/gpl-3.html
/usr/share/doc/idzebra-2.0/gpl.html
/usr/share/doc/idzebra-2.0/grs-conf.html
/usr/share/doc/idzebra-2.0/grs-exchange-formats.html
/usr/share/doc/idzebra-2.0/grs-extended-marc-indexing.html
/usr/share/doc/idzebra-2.0/grs-internal-representation.html
/usr/share/doc/idzebra-2.0/grs.html
/usr/share/doc/idzebra-2.0/icuchain-files.html
/usr/share/doc/idzebra-2.0/idzebra-abs2dom.html
/usr/share/doc/idzebra-2.0/idzebra-config.html
/usr/share/doc/idzebra-2.0/index.html
/usr/share/doc/idzebra-2.0/indexdata.html
/usr/share/doc/idzebra-2.0/installation-debian.html
/usr/share/doc/idzebra-2.0/installation-upgrade.html
/usr/share/doc/idzebra-2.0/installation-win32.html
/usr/share/doc/idzebra-2.0/installation.html
/usr/share/doc/idzebra-2.0/introduction-apps.html
/usr/share/doc/idzebra-2.0/introduction-support.html
/usr/share/doc/idzebra-2.0/introduction.html
/usr/share/doc/idzebra-2.0/license.html
/usr/share/doc/idzebra-2.0/locating-records.html
/usr/share/doc/idzebra-2.0/querymodel-cql-to-pqf.html
/usr/share/doc/idzebra-2.0/querymodel-rpn.html
/usr/share/doc/idzebra-2.0/querymodel-zebra.html
/usr/share/doc/idzebra-2.0/querymodel.html
/usr/share/doc/idzebra-2.0/record-model-alvisxslt-conf.html
/usr/share/doc/idzebra-2.0/record-model-alvisxslt.html
/usr/share/doc/idzebra-2.0/record-model-domxml-conf.html
/usr/share/doc/idzebra-2.0/record-model-domxml-pipeline.html
/usr/share/doc/idzebra-2.0/record-model-domxml.html
/usr/share/doc/idzebra-2.0/reference.html
/usr/share/doc/idzebra-2.0/register-location.html
/usr/share/doc/idzebra-2.0/shadow-registers.html
/usr/share/doc/idzebra-2.0/simple-indexing.html
/usr/share/doc/idzebra-2.0/special-retrieval.html
/usr/share/doc/idzebra-2.0/tutorial-oai-sru-pqf.html
/usr/share/doc/idzebra-2.0/tutorial-oai-sru-present.html
/usr/share/doc/idzebra-2.0/tutorial-oai-sru-searches.html
/usr/share/doc/idzebra-2.0/tutorial-oai-sru-yazfrontend.html
/usr/share/doc/idzebra-2.0/tutorial-oai-sru-zebra-indexes.html
/usr/share/doc/idzebra-2.0/tutorial-oai-z3950.html
/usr/share/doc/idzebra-2.0/tutorial.html
/usr/share/doc/idzebra-2.0/zebra-cfg.html
/usr/share/doc/idzebra-2.0/zebra.png
/usr/share/doc/idzebra-2.0/zebraidx.html
/usr/share/doc/idzebra-2.0/zebrasrv.html
/usr/share/doc/idzebra/ChangeLog
/usr/share/doc/idzebra/NEWS
/usr/share/doc/idzebra/README.md
/usr/share/doc/idzebra/TODO
/usr/share/idzebra-2.0-examples
/usr/share/idzebra-2.0-examples/gils
/usr/share/idzebra-2.0-examples/gils/records
/usr/share/idzebra-2.0-examples/gils/records/esdd0006.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0007.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0008.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0030.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0031.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0032.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0033.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0034.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0035.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0036.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0037.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0038.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0039.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0040.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0041.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0042.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0044.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0045.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0046.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0047.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0048.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0049.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0050.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0051.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0052.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0053.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0054.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0055.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0056.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0057.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0058.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0059.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0062.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0063.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0064.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0065.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0066.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0067.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0070.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0071.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0072.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0073.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0074.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0075.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0076.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0077.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0078.grs
/usr/share/idzebra-2.0-examples/gils/records/esdd0079.grs
/usr/share/idzebra-2.0-examples/gils/zebra.cfg
/usr/share/idzebra-2.0-examples/marc21
/usr/share/idzebra-2.0-examples/marc21/sample-marc
/usr/share/idzebra-2.0-examples/marc21/zebra.cfg
/usr/share/idzebra-2.0-examples/marcxml
/usr/share/idzebra-2.0-examples/marcxml/MARC21slim2INDEX.xsl
/usr/share/idzebra-2.0-examples/marcxml/MARC21slim2MADS.xsl
/usr/share/idzebra-2.0-examples/marcxml/MARC21slim2MODS3-1.xsl
/usr/share/idzebra-2.0-examples/marcxml/MARC21slim2SRWDC.xsl
/usr/share/idzebra-2.0-examples/marcxml/MARC21slimUtils.xsl
/usr/share/idzebra-2.0-examples/marcxml/README
/usr/share/idzebra-2.0-examples/marcxml/collection-2.xml
/usr/share/idzebra-2.0-examples/marcxml/collection-clasmrc.xml
/usr/share/idzebra-2.0-examples/marcxml/collection-namemrc.xml
/usr/share/idzebra-2.0-examples/marcxml/collection-opera-43.xml
/usr/share/idzebra-2.0-examples/marcxml/collection-sandburg-1.xml
/usr/share/idzebra-2.0-examples/marcxml/collection-subjmrc.xml
/usr/share/idzebra-2.0-examples/marcxml/dom-config.xml
/usr/share/idzebra-2.0-examples/marcxml/identity.xsl
/usr/share/idzebra-2.0-examples/marcxml/yazgfs.xml
/usr/share/idzebra-2.0-examples/marcxml/zebra.cfg
/usr/share/idzebra-2.0-examples/marcxml/zebra.xsl
/usr/share/idzebra-2.0-examples/oai-pmh
/usr/share/idzebra-2.0-examples/oai-pmh/README
/usr/share/idzebra-2.0-examples/oai-pmh/conf
/usr/share/idzebra-2.0-examples/oai-pmh/conf/cql2pqf.txt
/usr/share/idzebra-2.0-examples/oai-pmh/conf/dom-conf.xml
/usr/share/idzebra-2.0-examples/oai-pmh/conf/explain.xml
/usr/share/idzebra-2.0-examples/oai-pmh/conf/explain2cqlpqftxt.xsl
/usr/share/idzebra-2.0-examples/oai-pmh/conf/oai2dc.xsl
/usr/share/idzebra-2.0-examples/oai-pmh/conf/oai2index.xsl
/usr/share/idzebra-2.0-examples/oai-pmh/conf/oai2zebra.xsl
/usr/share/idzebra-2.0-examples/oai-pmh/conf/yazserver.xml
/usr/share/idzebra-2.0-examples/oai-pmh/conf/zebra.cfg
/usr/share/idzebra-2.0-examples/oai-pmh/data
/usr/share/idzebra-2.0-examples/oai-pmh/data/debug-record.xml
/usr/share/idzebra-2.0-examples/oai-pmh/data/debug-utf8-record.xml
/usr/share/idzebra-2.0-examples/oai-pmh/data/fetch_OAI_data.sh
/usr/share/idzebra-2.0-examples/oai-pmh/data/oai-caltech.xml
/usr/share/idzebra-2.0/tab
/usr/share/idzebra-2.0/tab/bib1.att
/usr/share/idzebra-2.0/tab/dan1.att
/usr/share/idzebra-2.0/tab/danmarc.abs
/usr/share/idzebra-2.0/tab/danmarc.mar
/usr/share/idzebra-2.0/tab/default.idx
/usr/share/idzebra-2.0/tab/explain.abs
/usr/share/idzebra-2.0/tab/explain.att
/usr/share/idzebra-2.0/tab/explain.tag
/usr/share/idzebra-2.0/tab/generic.tag
/usr/share/idzebra-2.0/tab/gils-a.est
/usr/share/idzebra-2.0/tab/gils-b.est
/usr/share/idzebra-2.0/tab/gils-f.est
/usr/share/idzebra-2.0/tab/gils-g.est
/usr/share/idzebra-2.0/tab/gils-summary.map
/usr/share/idzebra-2.0/tab/gils-usmarc.map
/usr/share/idzebra-2.0/tab/gils-variant.est
/usr/share/idzebra-2.0/tab/gils.abs
/usr/share/idzebra-2.0/tab/gils.att
/usr/share/idzebra-2.0/tab/gils.tag
/usr/share/idzebra-2.0/tab/hci.flt
/usr/share/idzebra-2.0/tab/icu.idx
/usr/share/idzebra-2.0/tab/idxpath.att
/usr/share/idzebra-2.0/tab/mail.flt
/usr/share/idzebra-2.0/tab/marc21.abs
/usr/share/idzebra-2.0/tab/meta-b.est
/usr/share/idzebra-2.0/tab/meta-usmarc.map
/usr/share/idzebra-2.0/tab/meta.abs
/usr/share/idzebra-2.0/tab/meta.tag
/usr/share/idzebra-2.0/tab/news.flt
/usr/share/idzebra-2.0/tab/numeric.chr
/usr/share/idzebra-2.0/tab/nwi.flt
/usr/share/idzebra-2.0/tab/phrases-icu.xml
/usr/share/idzebra-2.0/tab/refer.flt
/usr/share/idzebra-2.0/tab/scan.chr
/usr/share/idzebra-2.0/tab/sgml.flt
/usr/share/idzebra-2.0/tab/soif.flt
/usr/share/idzebra-2.0/tab/string.chr
/usr/share/idzebra-2.0/tab/summary.abs
/usr/share/idzebra-2.0/tab/summary.tag
/usr/share/idzebra-2.0/tab/tagsetg.tag
/usr/share/idzebra-2.0/tab/tagsetm.tag
/usr/share/idzebra-2.0/tab/urx.chr
/usr/share/idzebra-2.0/tab/usmarc-b.est
/usr/share/idzebra-2.0/tab/usmarc.abs
/usr/share/idzebra-2.0/tab/usmarc.flt
/usr/share/idzebra-2.0/tab/usmarc.mar
/usr/share/idzebra-2.0/tab/usmarc.tag
/usr/share/idzebra-2.0/tab/var1.var
/usr/share/idzebra-2.0/tab/wais-b.est
/usr/share/idzebra-2.0/tab/wais-variant.est
/usr/share/idzebra-2.0/tab/wais.abs
/usr/share/idzebra-2.0/tab/words-icu-da.xml
/usr/share/idzebra-2.0/tab/words-icu.xml
/usr/share/licenses/idzebra
/usr/share/licenses/idzebra/LICENSE.zebra
/usr/share/man/man1/idzebra-abs2dom.1.gz
/usr/share/man/man1/idzebra-config-2.0.1.gz
/usr/share/man/man1/idzebra-config.1.gz
/usr/share/man/man1/zebraidx-2.0.1.gz
/usr/share/man/man1/zebraidx.1.gz
/usr/share/man/man8/zebrasrv-2.0.8.gz
/usr/share/man/man8/zebrasrv.8.gz
References
Summary
In this tutorial we learn how to install idzebra
on Fedora 34 using yum and dnf.