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

Last updated: May 18,2024

1. Install "clangd-14" package

Please follow the instructions below to install clangd-14 on Kali Linux

$ sudo apt update $ sudo apt install clangd-14

2. Uninstall "clangd-14" package

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

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

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

Package: clangd-14
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 14404
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm14, libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), libclang-common-14-dev (= 1:14.0.6-16)
Size: 2798564
SHA256: 74fb53330aae4e98792ea553cb43d71b5e367e4dd3b5240a38c2fb09aab910d3
SHA1: f837c3c80bf42099cb954c06fe1aee5dae8f555c
MD5sum: ebb5b1a5373d612ce48aa10182e3d242
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-14/clangd-14_14.0.6-16_amd64.deb