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

Last updated: May 29,2024

1. Install "clangd-17" package

Here is a brief guide to show you how to install clangd-17 on Kali Linux

$ sudo apt update $ sudo apt install clangd-17

2. Uninstall "clangd-17" package

This tutorial shows how to uninstall clangd-17 on Kali Linux:

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

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

Package: clangd-17
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 24623
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp17 (>= 1:17.0.6), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm17 (= 1:17.0.6-5), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), libclang-common-17-dev (= 1:17.0.6-5)
Size: 4854008
SHA256: bf0b620fefa6955dafca13aa4d90e8d0dc9548caf4fb068e07ffb584a3e583d7
SHA1: 61d62dcea4e3348f2b8f9ed12e3e62013b595a9d
MD5sum: 3fb33d7e6ace964e78fef459cc5a55ee
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-17/clangd-17_17.0.6-5_amd64.deb