How to Install and Uninstall libcapstone4 Package on Kali Linux

Last updated: May 08,2024

1. Install "libcapstone4" package

Please follow the steps below to install libcapstone4 on Kali Linux

$ sudo apt update $ sudo apt install libcapstone4

2. Uninstall "libcapstone4" package

Please follow the instructions below to uninstall libcapstone4 on Kali Linux:

$ sudo apt remove libcapstone4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcapstone4 package on Kali Linux

Package: libcapstone4
Source: capstone
Version: 4.0.2-5.1
Installed-Size: 6538
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 556056
SHA256: 25d5bbf47a524ab1822a944e956c58d716a4db7db0d59183cae505ea2d05b9ef
SHA1: 315937b003ba2e7f78d1e03298c7384e81ee74f5
MD5sum: 400d9f984e64e348ef5942850f3c9e23
Description: lightweight multi-architecture disassembly framework - library
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.
.
Features:
- Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC &
Intel.
- Clean/simple/lightweight/intuitive architecture-neutral API.
- Provide details on disassembled instructions (called "decomposer" by some
others).
- Provide some semantics of the disassembled instruction, such as list of
implicit registers read & written.
- Implemented in pure C language, with bindings for Java, OCaml and Python
ready to use and Ruby, C#, GO & Vala available on git repos.
- Native support for Windows & *nix (with OS X, Linux, *BSD & Solaris
confirmed).
- Thread-safe by design.
- Special support for embedding into firmware or OS kernel.
- Distributed under the open source BSD license.
Description-md5:
Multi-Arch: same
Homepage: https://www.capstone-engine.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/c/capstone/libcapstone4_4.0.2-5.1_amd64.deb