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

Last updated: November 07,2024

1. Install "clangd-11" package

This guide let you learn how to install clangd-11 on Kali Linux

$ sudo apt update $ sudo apt install clangd-11

2. Uninstall "clangd-11" package

Please follow the step by step instructions below to uninstall clangd-11 on Kali Linux:

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

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

Package: clangd-11
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 8546
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp11 (>= 1:11.1.0), libgcc-s1 (>= 3.0), libllvm11 (>= 1:9~svn298832-1~), libstdc++6 (>= 12), libclang-common-11-dev (= 1:11.1.0-6+b2)
Size: 1820632
SHA256: 71dbb3b7f24a4f9e7d61ab18c1cd32ddaefb3e5c04465465344b20487427e64c
SHA1: 8ecb677676ee0478f99eba65c920e53f036f61cd
MD5sum: c561e58659881fc23ecedd95736a1ed4
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-11/clangd-11_11.1.0-6+b2_amd64.deb