How to Install and Uninstall capstone-devel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "capstone-devel.x86_64" package

Here is a brief guide to show you how to install capstone-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "capstone-devel.x86_64" package

Please follow the guidelines below to uninstall capstone-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the capstone-devel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:37:01 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : capstone-devel
Version : 4.0.2
Release : 5.el8
Architecture : x86_64
Size : 53 k
Source : capstone-4.0.2-5.el8.src.rpm
Repository : epel
Summary : Development files for capstone
URL : http://www.capstone-engine.org/
License : BSD
Description :
: Capstone is a disassembly framework with the target of becoming the ultimate
: disasm engine for binary analysis and reversing in the security community.
: The capstone-devel package contains libraries and header files for
: developing applications that use capstone.