How To Install libdasm on Fedora 36
Introduction
In this tutorial we learn how to install libdasm
on Fedora 36.
What is 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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdasm.
Install libdasm 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
using dnf
by running the following command:
sudo dnf -y install libdasm
Install libdasm 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
using yum
by running the following command:
sudo yum -y install libdasm
How To Uninstall libdasm on Fedora 36
To uninstall only the libdasm
package we can use the following command:
sudo dnf remove libdasm
libdasm Package Contents on Fedora 36
/usr/bin/das
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/bfaae7d627d97eb8cdedf352f3fa1748a9c239
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/07205ca4ff288f01d510980e989149b378d585
/usr/lib/libdasm.so.1
/usr/lib/libdasm.so.1.0
/usr/share/doc/libdasm
/usr/share/doc/libdasm/HISTORY.txt
/usr/share/doc/libdasm/LIB.txt
/usr/share/doc/libdasm/README.txt
/usr/share/doc/libdasm/TODO.txt
References
Summary
In this tutorial we learn how to install libdasm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdasm on Fedora 36” linkTitle: “libdasm” type: “docs” description: “In this tutorial we learn how to install libdasm in Fedora 36. libdasm is Simple x86 disassembly library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdasm-featured.png
Introduction
In this tutorial we learn how to install libdasm
on Fedora 36.
What is 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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdasm.
Install libdasm 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
using dnf
by running the following command:
sudo dnf -y install libdasm
Install libdasm 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
using yum
by running the following command:
sudo yum -y install libdasm
How To Uninstall libdasm on Fedora 36
To uninstall only the libdasm
package we can use the following command:
sudo dnf remove libdasm
libdasm Package Contents on Fedora 36
/usr/bin/das
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/f3743d93b79e71fde1f97ea7b421ce34ab5a44
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/f033233b22012da4b905f4cbc35a535aa99f04
/usr/lib64/libdasm.so.1
/usr/lib64/libdasm.so.1.0
/usr/share/doc/libdasm
/usr/share/doc/libdasm/HISTORY.txt
/usr/share/doc/libdasm/LIB.txt
/usr/share/doc/libdasm/README.txt
/usr/share/doc/libdasm/TODO.txt
References
Summary
In this tutorial we learn how to install libdasm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).