How to Install and Uninstall libclang-rt-15-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "libclang-rt-15-dev" package

In this section, we are going to explain the necessary steps to install libclang-rt-15-dev on Kali Linux

$ sudo apt update $ sudo apt install libclang-rt-15-dev

2. Uninstall "libclang-rt-15-dev" package

In this section, we are going to explain the necessary steps to uninstall libclang-rt-15-dev on Kali Linux:

$ sudo apt remove libclang-rt-15-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclang-rt-15-dev package on Kali Linux

Package: libclang-rt-15-dev
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 43784
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: libclang-common-15-dev (<< 1:15.0.6-5)
Depends: lib32stdc++6 (>= 4.1.1), libc6 (>= 2.34), libc6-i386 (>= 2.34), libstdc++6 (>= 4.1.1)
Breaks: libclang-common-15-dev (<< 1:15.0.6-5)
Size: 3340636
SHA256: 41f78cca91f59472c3068269a27cf6b7ec45fd117f18c871edcf5eea92897799
SHA1: 99414bf5f6d0c720f964084284959942955e6a01
MD5sum: 369aa51d069623817c7f363a7a968b1c
Description: Compiler-rt - development package
This package provides various libraries:
.
* builtins - Simple libraries that provide implementation of the
low-level target-specific hooks required by code generation
and other runtime components.
* sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
DataFlowSanitizer, etc
* profile - Library which is used to collect coverage information.
Description-md5:
Multi-Arch: same
Homepage: https://www.llvm.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/libclang-rt-15-dev_15.0.7-10_amd64.deb