How to Install and Uninstall openocd Package on Kali Linux

Last updated: May 18,2024

1. Install "openocd" package

This is a short guide on how to install openocd on Kali Linux

$ sudo apt update $ sudo apt install openocd

2. Uninstall "openocd" package

Please follow the guidance below to uninstall openocd on Kali Linux:

$ sudo apt remove openocd $ sudo apt autoclean && sudo apt autoremove

3. Information about the openocd package on Kali Linux

Package: openocd
Source: openocd (0.12.0-1)
Version: 0.12.0-1+b2
Installed-Size: 9018
Maintainer: Debian Electronics Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libcapstone4 (>= 4), libftdi1-2 (>= 1.5), libgpiod2 (>= 1.1), libhidapi-hidraw0 (>= 0.8.0~rc1+git20140201.3a66d4e+dfsg), libjaylink0 (>= 0.3.1), libjim0.82 (>= 0.73), libusb-1.0-0 (>= 2:1.0.16)
Size: 3520092
SHA256: ae694de51e7bd887550baa1475de2527e8b746f9716b34fc98f60201380e032e
SHA1: 88ea413043a306f9c85ff886f1fbef06408c8972
MD5sum: d5d2fcceed2779a6bf24395c78024f47
Description: Open on-chip JTAG/SWD debug solution for embedded target devices
OpenOCD aims to provide debugging, in-system programming and boundary-scan
testing for embedded target devices.
.
The debugger uses an IEEE 1149-1 compliant JTAG TAP bus master to access
on-chip debug functionality available on ARM based microcontrollers or
system-on-chip solutions. For MIPS systems the EJTAG interface is supported.
Additionally there is support for eSi-RISC, Intel, OpenRISC, RISC-V and ARC
controllers.
.
User interaction is realized through a telnet command line interface,
a gdb (the GNU debugger) remote protocol server, and a simplified RPC
connection that can be used to interface with OpenOCD's Jim Tcl engine.
.
OpenOCD supports many different types of JTAG interfaces/programmers.
Description-md5:
Homepage: http://openocd.sourceforge.net/
Tag: devel::debugger, hardware::embedded, implemented-in::c, role::program
Section: embedded
Priority: optional
Filename: pool/main/o/openocd/openocd_0.12.0-1+b2_amd64.deb