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

Last updated: May 13,2024

1. Install "clangd-12" package

This guide covers the steps necessary to install clangd-12 on Kali Linux

$ sudo apt update $ sudo apt install clangd-12

2. Uninstall "clangd-12" package

This tutorial shows how to uninstall clangd-12 on Kali Linux:

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

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

Package: clangd-12
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 10838
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 3.0), libgrpc++1 (>= 1.30.2), libllvm12, libprotobuf23 (>= 3.12.4), libstdc++6 (>= 12), libclang-common-12-dev (= 1:12.0.1-20+b1)
Size: 2479316
SHA256: 93783ce96680db19fb104eff2f8fe3164dc5ac0babe92bb13bfe5b978c4fa9af
SHA1: b8a25eb34c5d5aed87b72ac06efe571e06278217
MD5sum: df8c172029a5016e7065e9c9fb68a2f3
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: 9ae9ea58c7af3228199dd96c36ecd0bb
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-12/clangd-12_12.0.1-20+b1_amd64.deb