How To Install libidzebra on Fedora 36
Introduction
In this tutorial we learn how to install libidzebra
on Fedora 36.
What is libidzebra
Libraries for the Zebra search engine.
We can use yum
or dnf
to install libidzebra
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libidzebra.
Install libidzebra 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 libidzebra
using dnf
by running the following command:
sudo dnf -y install libidzebra
Install libidzebra 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 libidzebra
using yum
by running the following command:
sudo yum -y install libidzebra
How To Uninstall libidzebra on Fedora 36
To uninstall only the libidzebra
package we can use the following command:
sudo dnf remove libidzebra
libidzebra Package Contents on Fedora 36
---
title: "How To Install libidzebra on Fedora 36"
linkTitle: "libidzebra"
type: "docs"
description: "In this tutorial we learn how to install libidzebra in Fedora 36. libidzebra is Zebra libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libidzebra-featured.png
---
## Introduction
In this tutorial we learn how to install `libidzebra` on Fedora 36.
### What is `libidzebra`
> Libraries for the Zebra search engine.
We can use `yum` or `dnf` to install `libidzebra` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libidzebra.
## Install libidzebra on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libidzebra
using dnf
by running the following command:
sudo dnf -y install libidzebra
Install libidzebra 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 libidzebra
using yum
by running the following command:
sudo yum -y install libidzebra
How To Uninstall libidzebra on Fedora 36
To uninstall only the libidzebra
package we can use the following command:
sudo dnf remove libidzebra
libidzebra Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/3d9ceb1d707216bdabe2b50081c0a7289615ed
/usr/lib64/libidzebra-2.0.so.0
/usr/lib64/libidzebra-2.0.so.0.0.1
/usr/share/doc/libidzebra
/usr/share/doc/libidzebra/ChangeLog
/usr/share/doc/libidzebra/NEWS
/usr/share/doc/libidzebra/README.md
/usr/share/doc/libidzebra/TODO
/usr/share/licenses/libidzebra
/usr/share/licenses/libidzebra/LICENSE.zebra
References
Summary
In this tutorial we learn how to install libidzebra
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/ec /usr/lib/.build-id/ec/6f1a0b84ca9ca363ea4f11329f6711802b3a17 /usr/lib/libidzebra-2.0.so.0 /usr/lib/libidzebra-2.0.so.0.0.1 /usr/share/doc/libidzebra /usr/share/doc/libidzebra/ChangeLog /usr/share/doc/libidzebra/NEWS /usr/share/doc/libidzebra/README.md /usr/share/doc/libidzebra/TODO /usr/share/licenses/libidzebra /usr/share/licenses/libidzebra/LICENSE.zebra
## References
* [libidzebra website](http://www.indexdata.dk/zebra/)
## Summary
In this tutorial we learn how to install `libidzebra` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).