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

Last updated: May 18,2024

1. Install "clangd-13" package

Please follow the guidance below to install clangd-13 on Kali Linux

$ sudo apt update $ sudo apt install clangd-13

2. Uninstall "clangd-13" package

This guide covers the steps necessary to uninstall clangd-13 on Kali Linux:

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

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

Package: clangd-13
Source: llvm-toolchain-13
Version: 1:13.0.1-7
Installed-Size: 12345
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libgrpc++1 (>= 1.30.2), libllvm13, libprotobuf23 (>= 3.12.4), libstdc++6 (>= 12), libclang-common-13-dev (= 1:13.0.1-7)
Size: 2594068
SHA256: 90fe42e3c7c100914ce3e715a1648523fca15d2244d5c06510425141f245b88b
SHA1: 512837d057bfef886e771e8f29e14b7a295d60ad
MD5sum: 5e6f2693deb6a87dd80d1d13327b1d54
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-13/clangd-13_13.0.1-7_amd64.deb