How To Install libdasm-devel on Fedora 36

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

Introduction

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

What is libdasm-devel

The libdasm-devel package contains libraries and header files for developing applications that use libdasm. libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw op-code bytes (machine code). It can parse and print out op-codes in AT&T and Intel syntax. The op-codes are based on IA-32 Intel Architecture Software Developers Manual Volume 2 year 2004. Non-Intel instructions are not supported at the moment (also, non-Intel but Intel-compatible CPU extensions, like AMD 3DNow! are not supported).

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

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

sudo dnf -y install libdasm-devel

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

sudo yum -y install libdasm-devel

How To Uninstall libdasm-devel on Fedora 36

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

sudo dnf remove libdasm-devel

libdasm-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libdasm-devel`

> The libdasm-devel package contains libraries and header files for developing applications that use libdasm.  libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw op-code bytes (machine code). It can parse and print out op-codes in AT&T and Intel syntax.  The op-codes are based on IA-32 Intel Architecture Software Developers Manual Volume 2 year 2004.  Non-Intel instructions are not supported at the moment (also, non-Intel but Intel-compatible CPU extensions, like AMD 3DNow! are not supported).  

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

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

sudo dnf -y install libdasm-devel

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

sudo yum -y install libdasm-devel

How To Uninstall libdasm-devel on Fedora 36

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

sudo dnf remove libdasm-devel

libdasm-devel Package Contents on Fedora 36

/usr/include/libdasm.h
/usr/lib/libdasm.so

References

Summary

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

/usr/include/libdasm.h /usr/lib64/libdasm.so


## References

* [libdasm-devel website](https://github.com/jtpereyda/libdasm)

## Summary

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