How To Install libmodulemd1 on Fedora 36

In this tutorial we learn how to install libmodulemd1 in Fedora 36. libmodulemd1 is Module metadata manipulation library

Introduction

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

What is libmodulemd1

C Library for manipulating module metadata files. See https more details.

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

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

sudo dnf -y install libmodulemd1

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

sudo yum -y install libmodulemd1

How To Uninstall libmodulemd1 on Fedora 36

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

sudo dnf remove libmodulemd1

libmodulemd1 Package Contents on Fedora 36

---
title: "How To Install libmodulemd1 on Fedora 36"
linkTitle: "libmodulemd1"
type: "docs"
description: "In this tutorial we learn how to install libmodulemd1 in Fedora 36. libmodulemd1 is Module metadata manipulation library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmodulemd1-featured.png
---

## Introduction

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

### What is `libmodulemd1`

> C Library for manipulating module metadata files. See https more details.  

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

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

sudo dnf -y install libmodulemd1

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

sudo yum -y install libmodulemd1

How To Uninstall libmodulemd1 on Fedora 36

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

sudo dnf remove libmodulemd1

libmodulemd1 Package Contents on Fedora 36

/usr/bin/modulemd-validator-v1
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/e00b0d3e72c7291abd57de5de7b6df81984fff
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/02852c5a90101d3faf779b1c1e5402c56b1817
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Modulemd-1.0.typelib
/usr/lib/libmodulemd.so.1
/usr/lib/libmodulemd.so.1.8.16
/usr/share/doc/libmodulemd1
/usr/share/doc/libmodulemd1/README.md
/usr/share/licenses/libmodulemd1
/usr/share/licenses/libmodulemd1/COPYING
/usr/bin/modulemd-validator-v1
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/5ef1facf7a689deac95f73b007f61aa18d4b5e
/usr/lib/.build-id/af
/usr/lib/.build-id/af/582281250518369402bf800aab29f82a810376
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Modulemd-1.0.typelib
/usr/lib64/libmodulemd.so.1
/usr/lib64/libmodulemd.so.1.8.16
/usr/share/doc/libmodulemd1
/usr/share/doc/libmodulemd1/README.md
/usr/share/licenses/libmodulemd1
/usr/share/licenses/libmodulemd1/COPYING

References

Summary

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


## References

* [libmodulemd1 website](https://github.com/fedora-modularity/libmodulemd)

## Summary

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