How to Install and Uninstall clangd-15 Package on Kali Linux

Last updated: May 12,2024

1. Install "clangd-15" package

This tutorial shows how to install clangd-15 on Kali Linux

$ sudo apt update $ sudo apt install clangd-15

2. Uninstall "clangd-15" package

Learn how to uninstall clangd-15 on Kali Linux:

$ sudo apt remove clangd-15 $ sudo apt autoclean && sudo apt autoremove

3. Information about the clangd-15 package on Kali Linux

Package: clangd-15
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 23823
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.7), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm15, libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), libclang-common-15-dev (= 1:15.0.7-10)
Size: 4753504
SHA256: 54a230d4af5b09dad4128ec28c7717069eeb377d20f6ca6443abb0897240d4df
SHA1: 7ec8fcc719b0a4e1236eca02efa89e8db933cd22
MD5sum: 9affcd8aefaf7b6adf39a3b1d2a60b5f
Description: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/clangd-15_15.0.7-10_amd64.deb