How to Install and Uninstall capstone-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 28,2024

1. Install "capstone-devel.x86_64" package

Please follow the steps below to install capstone-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "capstone-devel.x86_64" package

Learn how to uninstall capstone-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the capstone-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:01:02 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : capstone-devel
Version : 4.0.1
Release : 9.el8
Architecture : x86_64
Size : 52 k
Source : capstone-4.0.1-9.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.