How To Install libmetal-devel on Fedora 36

In this tutorial we learn how to install libmetal-devel in Fedora 36. libmetal-devel is Development files for libmetal

Introduction

In this tutorial we learn how to install libmetal-devel on Fedora 36.

What is libmetal-devel

Development file for libmetal baremetal, and RTOS environments.

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

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

sudo dnf -y install libmetal-devel

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

sudo yum -y install libmetal-devel

How To Uninstall libmetal-devel on Fedora 36

To uninstall only the libmetal-devel package we can use the following command:

sudo dnf remove libmetal-devel

libmetal-devel Package Contents on Fedora 36

---
title: "How To Install libmetal-devel on Fedora 36"
linkTitle: "libmetal-devel"
type: "docs"
description: "In this tutorial we learn how to install libmetal-devel in Fedora 36. libmetal-devel is Development files for libmetal"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmetal-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libmetal-devel` on Fedora 36.

### What is `libmetal-devel`

> Development file for libmetal baremetal, and RTOS environments.  

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

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

sudo dnf -y install libmetal-devel

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

sudo yum -y install libmetal-devel

How To Uninstall libmetal-devel on Fedora 36

To uninstall only the libmetal-devel package we can use the following command:

sudo dnf remove libmetal-devel

libmetal-devel Package Contents on Fedora 36

/usr/include/metal
/usr/include/metal/alloc.h
/usr/include/metal/assert.h
/usr/include/metal/atomic.h
/usr/include/metal/cache.h
/usr/include/metal/compiler
/usr/include/metal/compiler.h
/usr/include/metal/compiler/gcc
/usr/include/metal/compiler/gcc/atomic.h
/usr/include/metal/compiler/gcc/compiler.h
/usr/include/metal/compiler/iar
/usr/include/metal/compiler/iar/compiler.h
/usr/include/metal/condition.h
/usr/include/metal/config.h
/usr/include/metal/cpu.h
/usr/include/metal/device.h
/usr/include/metal/dma.h
/usr/include/metal/io.h
/usr/include/metal/irq.h
/usr/include/metal/irq_controller.h
/usr/include/metal/list.h
/usr/include/metal/log.h
/usr/include/metal/mutex.h
/usr/include/metal/processor
/usr/include/metal/processor/x86_64
/usr/include/metal/processor/x86_64/atomic.h
/usr/include/metal/processor/x86_64/cpu.h
/usr/include/metal/shmem.h
/usr/include/metal/sleep.h
/usr/include/metal/softirq.h
/usr/include/metal/spinlock.h
/usr/include/metal/sys.h
/usr/include/metal/system
/usr/include/metal/system/linux
/usr/include/metal/system/linux/alloc.h
/usr/include/metal/system/linux/assert.h
/usr/include/metal/system/linux/cache.h
/usr/include/metal/system/linux/condition.h
/usr/include/metal/system/linux/io.h
/usr/include/metal/system/linux/irq.h
/usr/include/metal/system/linux/log.h
/usr/include/metal/system/linux/mutex.h
/usr/include/metal/system/linux/sleep.h
/usr/include/metal/system/linux/sys.h
/usr/include/metal/time.h
/usr/include/metal/utilities.h
/usr/include/metal/version.h
/usr/lib64/libmetal.so

References

Summary

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

/usr/include/metal /usr/include/metal/alloc.h /usr/include/metal/assert.h /usr/include/metal/atomic.h /usr/include/metal/cache.h /usr/include/metal/compiler /usr/include/metal/compiler.h /usr/include/metal/compiler/gcc /usr/include/metal/compiler/gcc/atomic.h /usr/include/metal/compiler/gcc/compiler.h /usr/include/metal/compiler/iar /usr/include/metal/compiler/iar/compiler.h /usr/include/metal/condition.h /usr/include/metal/config.h /usr/include/metal/cpu.h /usr/include/metal/device.h /usr/include/metal/dma.h /usr/include/metal/io.h /usr/include/metal/irq.h /usr/include/metal/irq_controller.h /usr/include/metal/list.h /usr/include/metal/log.h /usr/include/metal/mutex.h /usr/include/metal/processor /usr/include/metal/processor/i686 /usr/include/metal/processor/i686/atomic.h /usr/include/metal/processor/i686/cpu.h /usr/include/metal/shmem.h /usr/include/metal/sleep.h /usr/include/metal/softirq.h /usr/include/metal/spinlock.h /usr/include/metal/sys.h /usr/include/metal/system /usr/include/metal/system/linux /usr/include/metal/system/linux/alloc.h /usr/include/metal/system/linux/assert.h /usr/include/metal/system/linux/cache.h /usr/include/metal/system/linux/condition.h /usr/include/metal/system/linux/io.h /usr/include/metal/system/linux/irq.h /usr/include/metal/system/linux/log.h /usr/include/metal/system/linux/mutex.h /usr/include/metal/system/linux/sleep.h /usr/include/metal/system/linux/sys.h /usr/include/metal/time.h /usr/include/metal/utilities.h /usr/include/metal/version.h /usr/lib/libmetal.so


## References

* [libmetal-devel website](https://github.com/OpenAMP/libmetal/)

## Summary

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