How To Install itzam-core on Fedora 36

In this tutorial we learn how to install itzam-core in Fedora 36. itzam-core is Library for creating and manipulating keyed-access database files

Introduction

In this tutorial we learn how to install itzam-core on Fedora 36.

What is itzam-core

Itzam/Core is a deliberately portable and concise C library for creating and manipulating keyed-access database files containing variable-length, random access records. Information is referenced by a user-defined key value; indexes may be combined with or remain separate from data.

We can use yum or dnf to install itzam-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install itzam-core.

Install itzam-core 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 itzam-core using dnf by running the following command:

sudo dnf -y install itzam-core

Install itzam-core on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh
---
title: "How To Install itzam-core on Fedora 36"
linkTitle: "itzam-core"
type: "docs"
description: "In this tutorial we learn how to install itzam-core in Fedora 36. itzam-core is Library for creating and manipulating keyed-access database files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/itzam-core-featured.png
---

## Introduction

In this tutorial we learn how to install `itzam-core` on Fedora 36.

### What is `itzam-core`

> Itzam/Core is a deliberately portable and concise C library for creating and manipulating keyed-access database files containing variable-length, random access records. Information is referenced by a user-defined key value; indexes may be combined with or remain separate from data.  

We can use `yum` or `dnf` to install `itzam-core` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install itzam-core.

## Install itzam-core 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 itzam-core using dnf by running the following command:

sudo dnf -y install itzam-core

Install itzam-core 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 itzam-core using yum by running the following command:

sudo yum -y install itzam-core

How To Uninstall itzam-core on Fedora 36

To uninstall only the itzam-core package we can use the following command:

sudo dnf remove itzam-core

itzam-core Package Contents on Fedora 36

/usr/bin/itzam_bigfile
/usr/bin/itzam_data_tests
/usr/bin/itzam_dump_records
/usr/bin/itzam_exercise
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/c96aee7f954dae8cc1801f47a1478bc0c4aa4c
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/3fec0c0ec7e01409b58bb78dc64f74a731140a
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/ce7c8afe25ed247b386747618223e57a18a645
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/c29c66681c90c2a710aa504fb5091009973c2c
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/72aa914a14357b6a8876bc30c30842a1d7f1aa
/usr/lib/libitzam-2.1.so.2
/usr/lib/libitzam-2.1.so.2.0.1
/usr/share/doc/itzam-core
/usr/share/doc/itzam-core/AUTHORS
/usr/share/doc/itzam-core/COPYING
/usr/share/doc/itzam-core/ChangeLog
/usr/share/doc/itzam-core/LICENSE.GPL
/usr/share/doc/itzam-core/LICENSE.NON-FREE
/usr/share/doc/itzam-core/LICENSE.POLICY
/usr/share/doc/itzam-core/NEWS
/usr/share/doc/itzam-core/README

References

Summary



After updating yum database, We can install `itzam-core` using `yum` by running the following command:
In this tutorial we learn how to install `itzam-core` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).


```bash
sudo yum -y install itzam-core

How To Uninstall itzam-core on Fedora 36

To uninstall only the itzam-core package we can use the following command:

sudo dnf remove itzam-core

itzam-core Package Contents on Fedora 36

/usr/bin/itzam_bigfile
/usr/bin/itzam_data_tests
/usr/bin/itzam_dump_records
/usr/bin/itzam_exercise
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/7f99e9463096c442328fe63c4b90ef3e1e797a
/usr/lib/.build-id/19
/usr/lib/.build-id/19/f18ff5a2c7491eb0a8e291eba3432e121c5935
/usr/lib/.build-id/75
/usr/lib/.build-id/75/6f8cccae8a6169f5a785afe629551437748b83
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/5b5f9573700eae2d6ef85ef4233f3e4bbdfe32
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/29871f440833cc6feb9c46f3ba718789c692d2
/usr/lib64/libitzam-2.1.so.2
/usr/lib64/libitzam-2.1.so.2.0.1
/usr/share/doc/itzam-core
/usr/share/doc/itzam-core/AUTHORS
/usr/share/doc/itzam-core/COPYING
/usr/share/doc/itzam-core/ChangeLog
/usr/share/doc/itzam-core/LICENSE.GPL
/usr/share/doc/itzam-core/LICENSE.NON-FREE
/usr/share/doc/itzam-core/LICENSE.POLICY
/usr/share/doc/itzam-core/NEWS
/usr/share/doc/itzam-core/README

References

Summary

In this tutorial we learn how to install itzam-core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).