How To Install udis86 on Fedora 36

In this tutorial we learn how to install udis86 in Fedora 36. udis86 is A disassembler library for x86 and x86-64

Introduction

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

What is udis86

udis86 is a disassembler library (libudis86) for x86 and x86-64. The primary intent is to aid binary code analysis.

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

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

sudo dnf -y install udis86

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

sudo yum -y install udis86

How To Uninstall udis86 on Fedora 36

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

sudo dnf remove udis86

udis86 Package Contents on Fedora 36

/usr/bin/udcli
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/b41f27a81b43b5338ac4350006b2dc4fa7db11
/usr/lib/.build-id/61
/usr/lib/.build-id/61/a9437c8a51473708cd468262cdca9d5d93795a
/usr/lib/libudis86.so.0
/usr/lib/libudis86.so.0.0.0

References

Summary

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


title: “How To Install udis86 on Fedora 36” linkTitle: “udis86” type: “docs” description: “In this tutorial we learn how to install udis86 in Fedora 36. udis86 is A disassembler library for x86 and x86-64” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/udis86-featured.png

Introduction

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

What is udis86

udis86 is a disassembler library (libudis86) for x86 and x86-64. The primary intent is to aid binary code analysis.

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

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

sudo dnf -y install udis86

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

sudo yum -y install udis86

How To Uninstall udis86 on Fedora 36

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

sudo dnf remove udis86

udis86 Package Contents on Fedora 36

/usr/bin/udcli
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/f35cf780939410c9605f53c7bba722a8c53ab4
/usr/lib/.build-id/25
/usr/lib/.build-id/25/02893128814d74f08e19821dca58653b57bbf2
/usr/lib64/libudis86.so.0
/usr/lib64/libudis86.so.0.0.0

References

Summary

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