How to Install and Uninstall libdasm.i686 Package on Fedora 34

Last updated: September 21,2024

1. Install "libdasm.i686" package

This guide covers the steps necessary to install libdasm.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libdasm.i686

2. Uninstall "libdasm.i686" package

Here is a brief guide to show you how to uninstall libdasm.i686 on Fedora 34:

$ sudo dnf remove libdasm.i686 $ sudo dnf autoremove

3. Information about the libdasm.i686 package on Fedora 34

Last metadata expiration check: 2:06:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libdasm
Version : 1.6
Release : 11.fc34
Architecture : i686
Size : 40 k
Source : libdasm-1.6-11.fc34.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).