How to Install and Uninstall libunwind8 Package on Kali Linux

Last updated: May 12,2024

1. Install "libunwind8" package

This guide let you learn how to install libunwind8 on Kali Linux

$ sudo apt update $ sudo apt install libunwind8

2. Uninstall "libunwind8" package

This guide covers the steps necessary to uninstall libunwind8 on Kali Linux:

$ sudo apt remove libunwind8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libunwind8 package on Kali Linux

Package: libunwind8
Source: libunwind
Version: 1.6.2-3
Installed-Size: 196
Maintainer: Adrian Bunk
Architecture: amd64
Replaces: libgcc1 (<< 1:4.0.0-2)
Depends: libc6 (>= 2.34), liblzma5 (>= 5.1.1alpha+20110809)
Conflicts: libunwind1-dev
Size: 51172
SHA256: 7b297868682836e4c87be349f17e4a56bc287586e3576503e84a5cb5485ce925
SHA1: ccba062835352335a66dd7436654582467971a5a
MD5sum: 01a733a20b0e06031fb834711b00d115
Description: library to determine the call-chain of a program - runtime
The primary goal of this project is to define a portable and efficient C
programming interface (API) to determine the call-chain of a program.
The API additionally provides the means to manipulate the preserved
(callee-saved) state of each call-frame and to resume execution at any
point in the call-chain (non-local goto). The API supports both local
(same-process) and remote (across-process) operation. As such, the API
is useful in a number of applications.
.
This package includes the shared libraries
Description-md5:
Multi-Arch: same
Homepage: http://www.nongnu.org/libunwind
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libu/libunwind/libunwind8_1.6.2-3_amd64.deb