How to Install and Uninstall libdasm-devel.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libdasm-devel.x86_64" package

This is a short guide on how to install libdasm-devel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libdasm-devel.x86_64

2. Uninstall "libdasm-devel.x86_64" package

Please follow the guidelines below to uninstall libdasm-devel.x86_64 on Rocky Linux 8:

$ sudo dnf remove libdasm-devel.x86_64 $ sudo dnf autoremove

3. Information about the libdasm-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:17:33 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libdasm-devel
Version : 1.6
Release : 7.el8
Architecture : x86_64
Size : 14 k
Source : libdasm-1.6-7.el8.src.rpm
Repository : epel
Summary : Development files for libdasm
URL : https://github.com/jtpereyda/libdasm
License : BSD
Description : 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: 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).