How to Install and Uninstall libcapstone3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libcapstone3" package

In this section, we are going to explain the necessary steps to install libcapstone3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcapstone3

2. Uninstall "libcapstone3" package

Please follow the instructions below to uninstall libcapstone3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcapstone3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcapstone3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcapstone3
Priority: optional
Section: universe/libs
Installed-Size: 2749
Maintainer: Ubuntu Developers
Original-Maintainer: David Martínez Moreno
Architecture: amd64
Source: capstone
Version: 3.0.4-0.2
Depends: libc6 (>= 2.14)
Filename: pool/universe/c/capstone/libcapstone3_3.0.4-0.2_amd64.deb
Size: 438220
MD5sum: 89e1ec57d0ec13902ba1af7aa69e8d67
SHA1: 668581fe619dae2d64b766f71b36f4f77b4bd59d
SHA256: 01fe75170f8e205b4f29cb40413f78a74ad9aefe152e5b9cf98f4e67680e36eb
Description-en: 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: 0586dbb906d9a9f4f9aaba412489b161
Homepage: http://www.capstone-engine.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu