How To Install libebml on Fedora 36

In this tutorial we learn how to install libebml in Fedora 36. libebml is Extensible Binary Meta Language library

Introduction

In this tutorial we learn how to install libebml on Fedora 36.

What is libebml

Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.

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

Install libebml on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh
---
title: "How To Install libebml on Fedora 36"
linkTitle: "libebml"
type: "docs"
description: "In this tutorial we learn how to install libebml in Fedora 36. libebml is Extensible Binary Meta Language library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libebml-featured.png
---

## Introduction

In this tutorial we learn how to install `libebml` on Fedora 36.

### What is `libebml`

> Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.  

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

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

sudo dnf -y install libebml

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

sudo yum -y install libebml

How To Uninstall libebml on Fedora 36

To uninstall only the libebml package we can use the following command:

sudo dnf remove libebml

libebml Package Contents on Fedora 36

After updating yum database, We can install libebml using dnf by running the following command:

sudo dnf -y install libebml

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

sudo yum -y install libebml

How To Uninstall libebml on Fedora 36

To uninstall only the libebml package we can use the following command:

sudo dnf remove libebml

libebml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/79792f8a4b4d37adb640476c4e1048fa9ba168
/usr/lib64/libebml.so.5
/usr/lib64/libebml.so.5.0.0
/usr/share/doc/libebml
/usr/share/doc/libebml/ChangeLog
/usr/share/licenses/libebml
/usr/share/licenses/libebml/LICENSE.LGPL

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/25 /usr/lib/.build-id/25/92f7a48902c5623160a7bf4ee8bddac2e78986 /usr/lib/libebml.so.5 /usr/lib/libebml.so.5.0.0 /usr/share/doc/libebml /usr/share/doc/libebml/ChangeLog /usr/share/licenses/libebml /usr/share/licenses/libebml/LICENSE.LGPL


## References

* [libebml website](https://www.matroska.org/)

## Summary

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