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

Last updated: May 20,2024

1. Install "clangd-16" package

Please follow the guidelines below to install clangd-16 on Kali Linux

$ sudo apt update $ sudo apt install clangd-16

2. Uninstall "clangd-16" package

Please follow the steps below to uninstall clangd-16 on Kali Linux:

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

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

Package: clangd-16
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 24333
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp16 (>= 1:16.0.6), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm16, libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), libclang-common-16-dev (= 1:16.0.6-20)
Size: 4742972
SHA256: d5c654b6981b36f2bf99e57eb95aeec3250caef1de87d1cc4643dd24a7c4c751
SHA1: f1f602f23ad7e6afe685f72c8d91e8937b298359
MD5sum: f2021e9c8136ffce57606c95259c5c4b
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-16/clangd-16_16.0.6-20_amd64.deb