How to Install and Uninstall libdasm.x86_64 Package on Fedora 35

Last updated: November 28,2024

1. Install "libdasm.x86_64" package

Please follow the guidance below to install libdasm.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libdasm.x86_64

2. Uninstall "libdasm.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libdasm.x86_64 on Fedora 35:

$ sudo dnf remove libdasm.x86_64 $ sudo dnf autoremove

3. Information about the libdasm.x86_64 package on Fedora 35

Last metadata expiration check: 0:41:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libdasm
Version : 1.6
Release : 12.fc35
Architecture : x86_64
Size : 40 k
Source : libdasm-1.6-12.fc35.src.rpm
Repository : fedora
Summary : Simple x86 disassembly library
URL : https://github.com/jtpereyda/libdasm
License : BSD
Description :
: 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: Instruction Set Reference, order number 243667,
: 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).