How To Install capstone on Fedora 36

In this tutorial we learn how to install capstone in Fedora 36. capstone is A lightweight multi-platform, multi-architecture disassembly framework

Introduction

In this tutorial we learn how to install capstone on Fedora 36.

What is capstone

Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.

We can use yum or dnf to install capstone on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install capstone.

Install capstone on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install capstone using dnf by running the following command:

sudo dnf -y install capstone

Install capstone on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install capstone using yum by running the following command:

sudo yum -y install capstone

How To Uninstall capstone on Fedora 36

To uninstall only the capstone package we can use the following command:

sudo dnf remove capstone

capstone Package Contents on Fedora 36

/usr/bin/cstool
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/ecacfb2b9a3a8cc741e56b8cd0f93ef3ff130f
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/b7e7f7ea08ad73d8b41fc0e59db438e6aa33be
/usr/lib/libcapstone.so.4
/usr/share/doc/capstone
/usr/share/doc/capstone/CREDITS.TXT
/usr/share/doc/capstone/ChangeLog
/usr/share/doc/capstone/README.md
/usr/share/doc/capstone/SPONSORS.TXT
/usr/share/licenses/capstone
/usr/share/licenses/capstone/LICENSE.TXT
/usr/share/licenses/capstone/LICENSE_LLVM.TXT

References

Summary

In this tutorial we learn how to install capstone on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install capstone on Fedora 36” linkTitle: “capstone” type: “docs” description: “In this tutorial we learn how to install capstone in Fedora 36. capstone is A lightweight multi-platform, multi-architecture disassembly framework” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/capstone-featured.png

Introduction

In this tutorial we learn how to install capstone on Fedora 36.

What is capstone

Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.

We can use yum or dnf to install capstone on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install capstone.

Install capstone on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install capstone using dnf by running the following command:

sudo dnf -y install capstone

Install capstone on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install capstone using yum by running the following command:

sudo yum -y install capstone

How To Uninstall capstone on Fedora 36

To uninstall only the capstone package we can use the following command:

sudo dnf remove capstone

capstone Package Contents on Fedora 36

/usr/bin/cstool
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/2d2bfdf1d34e0e3dd3c89244e57a3842e4b08d
/usr/lib/.build-id/de
/usr/lib/.build-id/de/562480c9be7c9c3beade4bd1879c91bdf3c112
/usr/lib64/libcapstone.so.4
/usr/share/doc/capstone
/usr/share/doc/capstone/CREDITS.TXT
/usr/share/doc/capstone/ChangeLog
/usr/share/doc/capstone/README.md
/usr/share/doc/capstone/SPONSORS.TXT
/usr/share/licenses/capstone
/usr/share/licenses/capstone/LICENSE.TXT
/usr/share/licenses/capstone/LICENSE_LLVM.TXT

References

Summary

In this tutorial we learn how to install capstone on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).