How to Install and Uninstall clangd Package on Kali Linux

Last updated: January 10,2025

1. Install "clangd" package

Please follow the steps below to install clangd on Kali Linux

$ sudo apt update $ sudo apt install clangd

2. Uninstall "clangd" package

This tutorial shows how to uninstall clangd on Kali Linux:

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

3. Information about the clangd package on Kali Linux

Package: clangd
Source: llvm-defaults (0.57)
Version: 1:16.0-57
Installed-Size: 16
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: clang-tools (<< 1:9.0-48)
Depends: clangd-16 (>= 16~)
Breaks: clang-tools (<< 1:9.0-48)
Size: 5064
SHA256: 50a018b3c1dca0e157329652cc3b33cea23b06f92c9aba1f79deaaf100cb5780
SHA1: 2d113a84180eba5065a0e5f0e12c6c1bbf55b330
MD5sum: 2e8e312532dd305ffb49640ce0bcfd57
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.
.
This is a dependency package providing clangd.
Description-md5:
Multi-Arch: same
Section: devel
Priority: optional
Filename: pool/main/l/llvm-defaults/clangd_16.0-57_amd64.deb