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

Last updated: June 29,2024

1. Install "capstone.x86_64" package

Please follow the instructions below to install capstone.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install capstone.x86_64

2. Uninstall "capstone.x86_64" package

In this section, we are going to explain the necessary steps to uninstall capstone.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove capstone.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 4:01:01 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : capstone
Version : 4.0.1
Release : 9.el8
Architecture : x86_64
Size : 1.1 M
Source : capstone-4.0.1-9.el8.src.rpm
Repository : epel
Summary : A lightweight multi-platform, multi-architecture disassembly framework
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.